mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add rvmrc and Gemfile
This commit is contained in:
parent
4919366fea
commit
57abdefef2
3 changed files with 54 additions and 0 deletions
1
.rvmrc
Normal file
1
.rvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
rvm --create 1.9.2@wezm.net
|
10
Gemfile
Normal file
10
Gemfile
Normal 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
43
Gemfile.lock
Normal 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
|
Loading…
Reference in a new issue