Skip to content

Commit 601b6cb

Browse files
committed
add Gemfile for jekyll
1 parent 2571ed3 commit 601b6cb

File tree

2 files changed

+133
-0
lines changed

2 files changed

+133
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

Gemfile.lock

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.2)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
blankslate (2.1.2.4)
12+
celluloid (0.16.0)
13+
timers (~> 4.0.0)
14+
classifier-reborn (2.0.3)
15+
fast-stemmer (~> 1.0)
16+
coffee-script (2.4.1)
17+
coffee-script-source
18+
execjs
19+
coffee-script-source (1.9.1.1)
20+
colorator (0.1)
21+
execjs (2.5.2)
22+
fast-stemmer (1.0.2)
23+
ffi (1.9.8)
24+
gemoji (2.1.0)
25+
github-pages (38)
26+
RedCloth (= 4.2.9)
27+
github-pages-health-check (~> 0.2)
28+
jekyll (= 2.4.0)
29+
jekyll-coffeescript (= 1.0.1)
30+
jekyll-feed (= 0.3.0)
31+
jekyll-mentions (= 0.2.1)
32+
jekyll-redirect-from (= 0.8.0)
33+
jekyll-sass-converter (= 1.2.0)
34+
jekyll-sitemap (= 0.8.1)
35+
jemoji (= 0.4.0)
36+
kramdown (= 1.5.0)
37+
liquid (= 2.6.2)
38+
maruku (= 0.7.0)
39+
mercenary (~> 0.3)
40+
pygments.rb (= 0.6.3)
41+
rdiscount (= 2.1.7)
42+
redcarpet (= 3.3.1)
43+
terminal-table (~> 1.4)
44+
github-pages-health-check (0.3.1)
45+
net-dns (~> 0.6)
46+
public_suffix (~> 1.4)
47+
hitimes (1.2.2)
48+
html-pipeline (1.9.0)
49+
activesupport (>= 2)
50+
nokogiri (~> 1.4)
51+
i18n (0.7.0)
52+
jekyll (2.4.0)
53+
classifier-reborn (~> 2.0)
54+
colorator (~> 0.1)
55+
jekyll-coffeescript (~> 1.0)
56+
jekyll-gist (~> 1.0)
57+
jekyll-paginate (~> 1.0)
58+
jekyll-sass-converter (~> 1.0)
59+
jekyll-watch (~> 1.1)
60+
kramdown (~> 1.3)
61+
liquid (~> 2.6.1)
62+
mercenary (~> 0.3.3)
63+
pygments.rb (~> 0.6.0)
64+
redcarpet (~> 3.1)
65+
safe_yaml (~> 1.0)
66+
toml (~> 0.1.0)
67+
jekyll-coffeescript (1.0.1)
68+
coffee-script (~> 2.2)
69+
jekyll-feed (0.3.0)
70+
jekyll-gist (1.2.1)
71+
jekyll-mentions (0.2.1)
72+
html-pipeline (~> 1.9.0)
73+
jekyll (~> 2.0)
74+
jekyll-paginate (1.1.0)
75+
jekyll-redirect-from (0.8.0)
76+
jekyll (>= 2.0)
77+
jekyll-sass-converter (1.2.0)
78+
sass (~> 3.2)
79+
jekyll-sitemap (0.8.1)
80+
jekyll-watch (1.2.1)
81+
listen (~> 2.7)
82+
jemoji (0.4.0)
83+
gemoji (~> 2.0)
84+
html-pipeline (~> 1.9)
85+
jekyll (~> 2.0)
86+
json (1.8.3)
87+
kramdown (1.5.0)
88+
liquid (2.6.2)
89+
listen (2.10.1)
90+
celluloid (~> 0.16.0)
91+
rb-fsevent (>= 0.9.3)
92+
rb-inotify (>= 0.9)
93+
maruku (0.7.0)
94+
mercenary (0.3.5)
95+
mini_portile (0.6.2)
96+
minitest (5.7.0)
97+
net-dns (0.8.0)
98+
nokogiri (1.6.6.2)
99+
mini_portile (~> 0.6.0)
100+
parslet (1.5.0)
101+
blankslate (~> 2.0)
102+
posix-spawn (0.3.11)
103+
public_suffix (1.5.1)
104+
pygments.rb (0.6.3)
105+
posix-spawn (~> 0.3.6)
106+
yajl-ruby (~> 1.2.0)
107+
rb-fsevent (0.9.5)
108+
rb-inotify (0.9.5)
109+
ffi (>= 0.5.0)
110+
rdiscount (2.1.7)
111+
redcarpet (3.3.1)
112+
safe_yaml (1.0.4)
113+
sass (3.4.14)
114+
terminal-table (1.4.5)
115+
thread_safe (0.3.5)
116+
timers (4.0.1)
117+
hitimes
118+
toml (0.1.2)
119+
parslet (~> 1.5.0)
120+
tzinfo (1.2.2)
121+
thread_safe (~> 0.1)
122+
yajl-ruby (1.2.1)
123+
124+
PLATFORMS
125+
ruby
126+
127+
DEPENDENCIES
128+
github-pages
129+
130+
BUNDLED WITH
131+
1.10.4

0 commit comments

Comments
 (0)