Skip to content

Commit d55b077

Browse files
committed
Use the github-pages gem.
1 parent dea28d5 commit d55b077

File tree

2 files changed

+89
-38
lines changed

2 files changed

+89
-38
lines changed

Gemfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
source :rubygems
2-
gem 'compass'
3-
gem 'jekyll', '0.11.0'
4-
gem 'liquid', '2.2.2'
5-
gem 'rake'
6-
gem 'RedCloth'
1+
source "https://rubygems.org"
2+
gem "github-pages"

Gemfile.lock

Lines changed: 87 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,96 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
albino (1.3.3)
6-
posix-spawn (>= 0.3.6)
7-
chunky_png (1.2.5)
8-
classifier (1.3.3)
5+
activesupport (4.1.1)
6+
i18n (~> 0.6, >= 0.6.9)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.1)
10+
tzinfo (~> 1.1)
11+
blankslate (2.1.2.4)
12+
classifier (1.3.4)
913
fast-stemmer (>= 1.0.0)
10-
compass (0.11.7)
11-
chunky_png (~> 1.2)
12-
fssm (>= 0.2.7)
13-
sass (~> 3.1)
14-
directory_watcher (1.4.1)
15-
fast-stemmer (1.0.1)
16-
fssm (0.2.8.1)
17-
jekyll (0.11.0)
18-
albino (>= 1.3.2)
19-
classifier (>= 1.3.1)
20-
directory_watcher (>= 1.1.1)
21-
kramdown (>= 0.13.2)
22-
liquid (>= 1.9.0)
23-
maruku (>= 0.5.9)
24-
kramdown (0.14.1)
25-
liquid (2.2.2)
26-
maruku (0.6.1)
27-
syntax (>= 1.0.0)
28-
posix-spawn (0.3.6)
29-
rake (10.0.3)
30-
sass (3.1.14)
31-
syntax (1.0.0)
14+
colorator (0.1)
15+
commander (4.1.6)
16+
highline (~> 1.6.11)
17+
fast-stemmer (1.0.2)
18+
ffi (1.9.3)
19+
gemoji (1.5.0)
20+
github-pages (19)
21+
RedCloth (= 4.2.9)
22+
jekyll (= 1.5.1)
23+
jekyll-mentions (= 0.0.6)
24+
jekyll-redirect-from (= 0.3.1)
25+
jekyll-sitemap (= 0.3.0)
26+
jemoji (= 0.1.0)
27+
kramdown (= 1.3.1)
28+
liquid (= 2.5.5)
29+
maruku (= 0.7.0)
30+
rdiscount (= 2.1.7)
31+
redcarpet (= 2.3.0)
32+
highline (1.6.21)
33+
html-pipeline (1.5.0)
34+
activesupport (>= 2)
35+
nokogiri (~> 1.4)
36+
i18n (0.6.9)
37+
jekyll (1.5.1)
38+
classifier (~> 1.3)
39+
colorator (~> 0.1)
40+
commander (~> 4.1.3)
41+
liquid (~> 2.5.5)
42+
listen (~> 1.3)
43+
maruku (= 0.7.0)
44+
pygments.rb (~> 0.5.0)
45+
redcarpet (~> 2.3.0)
46+
safe_yaml (~> 1.0)
47+
toml (~> 0.1.0)
48+
jekyll-mentions (0.0.6)
49+
html-pipeline (~> 1.5.0)
50+
jekyll (~> 1.4)
51+
jekyll-redirect-from (0.3.1)
52+
jekyll (~> 1.4)
53+
jekyll-sitemap (0.3.0)
54+
jekyll (~> 1.4)
55+
jemoji (0.1.0)
56+
gemoji (~> 1.5.0)
57+
html-pipeline (~> 1.5.0)
58+
jekyll (~> 1.4)
59+
json (1.8.1)
60+
kramdown (1.3.1)
61+
liquid (2.5.5)
62+
listen (1.3.1)
63+
rb-fsevent (>= 0.9.3)
64+
rb-inotify (>= 0.9)
65+
rb-kqueue (>= 0.2)
66+
maruku (0.7.0)
67+
mini_portile (0.6.0)
68+
minitest (5.3.5)
69+
nokogiri (1.6.2.1)
70+
mini_portile (= 0.6.0)
71+
parslet (1.5.0)
72+
blankslate (~> 2.0)
73+
posix-spawn (0.3.8)
74+
pygments.rb (0.5.4)
75+
posix-spawn (~> 0.3.6)
76+
yajl-ruby (~> 1.1.0)
77+
rb-fsevent (0.9.4)
78+
rb-inotify (0.9.5)
79+
ffi (>= 0.5.0)
80+
rb-kqueue (0.2.3)
81+
ffi (>= 0.5.0)
82+
rdiscount (2.1.7)
83+
redcarpet (2.3.0)
84+
safe_yaml (1.0.3)
85+
thread_safe (0.3.4)
86+
toml (0.1.1)
87+
parslet (~> 1.5.0)
88+
tzinfo (1.2.1)
89+
thread_safe (~> 0.1)
90+
yajl-ruby (1.1.0)
3291

3392
PLATFORMS
3493
ruby
3594

3695
DEPENDENCIES
37-
RedCloth
38-
compass
39-
jekyll (= 0.11.0)
40-
liquid (= 2.2.2)
41-
rake
96+
github-pages

0 commit comments

Comments
 (0)