1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

🐶 food dat github-pages gem

This commit is contained in:
Ben Balter 2013-08-12 11:37:32 -04:00
parent f504b88a90
commit 952aa2d196
2 changed files with 18 additions and 11 deletions

View File

@ -1,5 +1,3 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem "jekyll", '=1.0.3' gem "github-pages"
gem 'liquid', '=2.5.0'
gem 'redcarpet', '=2.2.2'

View File

@ -1,32 +1,43 @@
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)
colorator (0.1) colorator (0.1)
commander (4.1.3) commander (4.1.5)
highline (~> 1.6.11) highline (~> 1.6.11)
directory_watcher (1.4.1) directory_watcher (1.4.1)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
github-pages (1)
RedCloth (= 4.2.9)
jekyll (= 1.1.2)
kramdown (= 1.0.2)
liquid (= 2.5.1)
maruku (= 0.6.1)
rdiscount (= 1.6.8)
redcarpet (= 2.2.2)
highline (1.6.19) highline (1.6.19)
jekyll (1.0.3) jekyll (1.1.2)
classifier (~> 1.3) classifier (~> 1.3)
colorator (~> 0.1) colorator (~> 0.1)
commander (~> 4.1.3) commander (~> 4.1.3)
directory_watcher (~> 1.4.1) directory_watcher (~> 1.4.1)
kramdown (~> 1.0.2) kramdown (~> 1.0.2)
liquid (~> 2.3) liquid (~> 2.5.1)
maruku (~> 0.5) maruku (~> 0.5)
pygments.rb (~> 0.5.0) pygments.rb (~> 0.5.0)
redcarpet (~> 2.2.2)
safe_yaml (~> 0.7.0) safe_yaml (~> 0.7.0)
kramdown (1.0.2) kramdown (1.0.2)
liquid (2.5.0) liquid (2.5.1)
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.5.1) pygments.rb (0.5.2)
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) redcarpet (2.2.2)
safe_yaml (0.7.1) safe_yaml (0.7.1)
syntax (1.0.0) syntax (1.0.0)
@ -36,6 +47,4 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
jekyll (= 1.0.3) github-pages
liquid (= 2.5.0)
redcarpet (= 2.2.2)