Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit ce04330

Browse files
committed
Use 'github-pages' instead of 'jekyll'
1 parent 7c4ac63 commit ce04330

File tree

2 files changed

+64
-8
lines changed

2 files changed

+64
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'http://rubygems.org'
22

3-
gem 'jekyll'
3+
gem 'github-pages'
44
gem 'redcarpet'
55
gem 'rake'

Gemfile.lock

Lines changed: 63 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.1)
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)
411
blankslate (2.1.2.4)
512
celluloid (0.16.0)
613
timers (~> 4.0.0)
@@ -14,8 +21,34 @@ GEM
1421
execjs (2.5.2)
1522
fast-stemmer (1.0.2)
1623
ffi (1.9.8)
24+
gemoji (2.1.0)
25+
github-pages (34)
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-mentions (= 0.2.1)
31+
jekyll-redirect-from (= 0.6.2)
32+
jekyll-sass-converter (= 1.2.0)
33+
jekyll-sitemap (= 0.8.1)
34+
jemoji (= 0.4.0)
35+
kramdown (= 1.5.0)
36+
liquid (= 2.6.1)
37+
maruku (= 0.7.0)
38+
mercenary (~> 0.3)
39+
pygments.rb (= 0.6.1)
40+
rdiscount (= 2.1.7)
41+
redcarpet (= 3.1.2)
42+
terminal-table (~> 1.4)
43+
github-pages-health-check (0.3.0)
44+
net-dns (~> 0.6)
45+
public_suffix (~> 1.4)
1746
hitimes (1.2.2)
18-
jekyll (2.5.3)
47+
html-pipeline (1.9.0)
48+
activesupport (>= 2)
49+
nokogiri (~> 1.4)
50+
i18n (0.7.0)
51+
jekyll (2.4.0)
1952
classifier-reborn (~> 2.0)
2053
colorator (~> 0.1)
2154
jekyll-coffeescript (~> 1.0)
@@ -33,41 +66,64 @@ GEM
3366
jekyll-coffeescript (1.0.1)
3467
coffee-script (~> 2.2)
3568
jekyll-gist (1.2.1)
69+
jekyll-mentions (0.2.1)
70+
html-pipeline (~> 1.9.0)
71+
jekyll (~> 2.0)
3672
jekyll-paginate (1.1.0)
37-
jekyll-sass-converter (1.3.0)
73+
jekyll-redirect-from (0.6.2)
74+
jekyll (~> 2.0)
75+
jekyll-sass-converter (1.2.0)
3876
sass (~> 3.2)
77+
jekyll-sitemap (0.8.1)
3978
jekyll-watch (1.2.1)
4079
listen (~> 2.7)
41-
kramdown (1.7.0)
42-
liquid (2.6.2)
80+
jemoji (0.4.0)
81+
gemoji (~> 2.0)
82+
html-pipeline (~> 1.9)
83+
jekyll (~> 2.0)
84+
json (1.8.2)
85+
kramdown (1.5.0)
86+
liquid (2.6.1)
4387
listen (2.10.0)
4488
celluloid (~> 0.16.0)
4589
rb-fsevent (>= 0.9.3)
4690
rb-inotify (>= 0.9)
91+
maruku (0.7.0)
4792
mercenary (0.3.5)
93+
mini_portile (0.6.2)
94+
minitest (5.6.1)
95+
net-dns (0.8.0)
96+
nokogiri (1.6.6.2)
97+
mini_portile (~> 0.6.0)
4898
parslet (1.5.0)
4999
blankslate (~> 2.0)
50100
posix-spawn (0.3.11)
51-
pygments.rb (0.6.3)
101+
public_suffix (1.5.1)
102+
pygments.rb (0.6.1)
52103
posix-spawn (~> 0.3.6)
53104
yajl-ruby (~> 1.2.0)
54105
rake (10.4.2)
55106
rb-fsevent (0.9.4)
56107
rb-inotify (0.9.5)
57108
ffi (>= 0.5.0)
58-
redcarpet (3.2.3)
109+
rdiscount (2.1.7)
110+
redcarpet (3.1.2)
59111
safe_yaml (1.0.4)
60112
sass (3.4.13)
113+
terminal-table (1.4.5)
114+
thread_safe (0.3.5)
61115
timers (4.0.1)
62116
hitimes
63117
toml (0.1.2)
64118
parslet (~> 1.5.0)
119+
tzinfo (1.2.2)
120+
thread_safe (~> 0.1)
65121
yajl-ruby (1.2.1)
66122

67123
PLATFORMS
68124
ruby
69125

70126
DEPENDENCIES
71-
jekyll
127+
github-pages
72128
rake
73129
redcarpet

0 commit comments

Comments
 (0)