Skip to content

Commit bd3855a

Browse files
committed
switch to github pages gem
1 parent f9c4f5b commit bd3855a

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

Diff for: Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A sample Gemfile
22
source "https://rubygems.org"
33

4-
# gem "rails"
5-
gem 'jekyll'
4+
gem 'rake'
5+
gem 'github-pages'

Diff for: Gemfile.lock

+22-7
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,51 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
RedCloth (4.2.9)
45
classifier (1.3.3)
56
fast-stemmer (>= 1.0.0)
67
colorator (0.1)
78
commander (4.1.5)
89
highline (~> 1.6.11)
910
directory_watcher (1.4.1)
1011
fast-stemmer (1.0.2)
12+
github-pages (8)
13+
RedCloth (= 4.2.9)
14+
jekyll (= 1.2.0)
15+
kramdown (= 1.0.2)
16+
liquid (= 2.5.1)
17+
maruku (= 0.6.1)
18+
rdiscount (= 1.6.8)
19+
redcarpet (= 2.2.2)
1120
highline (1.6.20)
12-
jekyll (1.2.1)
21+
jekyll (1.2.0)
1322
classifier (~> 1.3)
1423
colorator (~> 0.1)
1524
commander (~> 4.1.3)
1625
directory_watcher (~> 1.4.1)
17-
liquid (~> 2.5.2)
26+
liquid (~> 2.5.1)
1827
maruku (~> 0.5)
1928
pygments.rb (~> 0.5.0)
20-
redcarpet (~> 2.3.0)
29+
redcarpet (~> 2.2.2)
2130
safe_yaml (~> 0.7.0)
22-
liquid (2.5.3)
23-
maruku (0.7.0)
31+
kramdown (1.0.2)
32+
liquid (2.5.1)
33+
maruku (0.6.1)
34+
syntax (>= 1.0.0)
2435
posix-spawn (0.3.6)
2536
pygments.rb (0.5.4)
2637
posix-spawn (~> 0.3.6)
2738
yajl-ruby (~> 1.1.0)
28-
redcarpet (2.3.0)
39+
rake (10.1.0)
40+
rdiscount (1.6.8)
41+
redcarpet (2.2.2)
2942
safe_yaml (0.7.1)
43+
syntax (1.0.0)
3044
yajl-ruby (1.1.0)
3145

3246
PLATFORMS
3347
ruby
3448

3549
DEPENDENCIES
36-
jekyll
50+
github-pages
51+
rake

0 commit comments

Comments
 (0)