mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
update gemfile and build script to jekyll 1.0.2
This commit is contained in:
parent
337cf0a2b1
commit
cf71a7bf6d
7
Gemfile
7
Gemfile
@ -1,3 +1,8 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem "jekyll"
|
gem "jekyll", '=1.0.2'
|
||||||
|
gem 'liquid', '=2.5.0'
|
||||||
|
gem 'redcarpet', '=2.2.2'
|
||||||
|
gem 'maruku', '=0.6.1'
|
||||||
|
gem 'rdiscount', '=1.6.8'
|
||||||
|
gem 'RedCloth', '=4.2.9'
|
32
Gemfile.lock
32
Gemfile.lock
@ -1,25 +1,36 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
RedCloth (4.2.9)
|
||||||
classifier (1.3.3)
|
classifier (1.3.3)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
directory_watcher (1.5.1)
|
colorator (0.1)
|
||||||
|
commander (4.1.3)
|
||||||
|
highline (~> 1.6.11)
|
||||||
|
directory_watcher (1.4.1)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
jekyll (0.12.1)
|
highline (1.6.18)
|
||||||
|
jekyll (1.0.2)
|
||||||
classifier (~> 1.3)
|
classifier (~> 1.3)
|
||||||
directory_watcher (~> 1.1)
|
colorator (~> 0.1)
|
||||||
kramdown (~> 0.14)
|
commander (~> 4.1.3)
|
||||||
|
directory_watcher (~> 1.4.1)
|
||||||
|
kramdown (~> 1.0.2)
|
||||||
liquid (~> 2.3)
|
liquid (~> 2.3)
|
||||||
maruku (~> 0.5)
|
maruku (~> 0.5)
|
||||||
pygments.rb (~> 0.3.2)
|
pygments.rb (~> 0.5.0)
|
||||||
kramdown (0.14.2)
|
safe_yaml (~> 0.7.0)
|
||||||
|
kramdown (1.0.2)
|
||||||
liquid (2.5.0)
|
liquid (2.5.0)
|
||||||
maruku (0.6.1)
|
maruku (0.6.1)
|
||||||
syntax (>= 1.0.0)
|
syntax (>= 1.0.0)
|
||||||
posix-spawn (0.3.6)
|
posix-spawn (0.3.6)
|
||||||
pygments.rb (0.3.7)
|
pygments.rb (0.5.0)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
|
rdiscount (1.6.8)
|
||||||
|
redcarpet (2.2.2)
|
||||||
|
safe_yaml (0.7.1)
|
||||||
syntax (1.0.0)
|
syntax (1.0.0)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
|
||||||
@ -27,4 +38,9 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll
|
RedCloth (= 4.2.9)
|
||||||
|
jekyll (= 1.0.2)
|
||||||
|
liquid (= 2.5.0)
|
||||||
|
maruku (= 0.6.1)
|
||||||
|
rdiscount (= 1.6.8)
|
||||||
|
redcarpet (= 2.2.2)
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
bundle exec jekyll --server
|
bundle exec jekyll serve -w
|
Loading…
x
Reference in New Issue
Block a user