1
0
Fork 0
forked from wezm/wezm.net

Add rvmrc and Gemfile

This commit is contained in:
Wesley Moore 2011-01-21 03:08:43 +11:00
parent 4919366fea
commit 57abdefef2
3 changed files with 54 additions and 0 deletions

1
.rvmrc Normal file
View file

@ -0,0 +1 @@
rvm --create 1.9.2@wezm.net

10
Gemfile Normal file
View file

@ -0,0 +1,10 @@
source :rubygems
gem 'mime-types'
gem 'nanoc3'
gem 'bitly'
gem 'haml'
gem 'rdiscount'
gem 'rubypants'
gem 'nokogiri'
gem 'builder'

43
Gemfile.lock Normal file
View file

@ -0,0 +1,43 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.2)
bitly (0.6.1)
crack (>= 0.1.4)
httparty (>= 0.5.2)
oauth2 (>= 0.1.1)
builder (3.0.0)
crack (0.1.8)
cri (1.0.1)
faraday (0.5.4)
addressable (~> 2.2.2)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
haml (3.0.25)
httparty (0.7.2)
crack (= 0.1.8)
mime-types (1.16)
multi_json (0.0.5)
multipart-post (1.1.0)
nanoc3 (3.1.6)
cri (>= 1.0.0)
nokogiri (1.4.4)
oauth2 (0.1.1)
faraday (~> 0.5.0)
multi_json (~> 0.0.4)
rack (1.2.1)
rdiscount (1.6.5)
rubypants (0.2.0)
PLATFORMS
ruby
DEPENDENCIES
bitly
builder
haml
mime-types
nanoc3
nokogiri
rdiscount
rubypants