Gemfile to make sure I've got the right gems

This commit is contained in:
James Walker 2012-01-02 23:33:58 -05:00
parent 4b7993e57a
commit 75cd8455ce
2 changed files with 33 additions and 0 deletions

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source "http://rubygems.org"
gem "jekyll"
gem "rdiscount"

30
Gemfile.lock Normal file
View File

@ -0,0 +1,30 @@
GEM
remote: http://rubygems.org/
specs:
albino (1.3.3)
posix-spawn (>= 0.3.6)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
directory_watcher (1.4.1)
fast-stemmer (1.0.0)
jekyll (0.11.2)
albino (~> 1.3)
classifier (~> 1.3)
directory_watcher (~> 1.1)
kramdown (~> 0.13)
liquid (~> 2.3)
maruku (~> 0.5)
kramdown (0.13.4)
liquid (2.3.0)
maruku (0.6.0)
syntax (>= 1.0.0)
posix-spawn (0.3.6)
rdiscount (1.6.8)
syntax (1.0.0)
PLATFORMS
ruby
DEPENDENCIES
jekyll
rdiscount