updated gemfile, and added .rvmrc file

This commit is contained in:
2011-09-09 22:04:47 +01:00
parent 5a19e57604
commit 8e6f74ecc0
3 changed files with 9 additions and 1 deletions

1
.rvmrc Normal file
View File

@@ -0,0 +1 @@
rvm use @jimeh.me --create

View File

@@ -1,4 +1,7 @@
source 'http://rubygems.org'
source 'http://rubygems.org/'
gem 'rake'
gem 'jekyll'
gem 'rdiscount'
gem 'jim'
gem 'closure-compiler'

View File

@@ -22,6 +22,8 @@ GEM
liquid (2.2.2)
maruku (0.6.0)
syntax (>= 1.0.0)
rake (0.9.2)
rdiscount (1.6.8)
rubyzip (0.9.4)
syntax (1.0.0)
version_sorter (1.1.0)
@@ -34,3 +36,5 @@ DEPENDENCIES
closure-compiler
jekyll
jim
rake
rdiscount