1
0
Fork 0
forked from wezm/wezm.net

Update gems, add guard-nanoc

This commit is contained in:
Wesley Moore 2013-07-22 20:39:42 +10:00
parent 99dca3d3fc
commit 5e01929f40
2 changed files with 21 additions and 0 deletions

View file

@ -13,3 +13,4 @@ gem 'builder'
gem 'fssm' gem 'fssm'
gem 'systemu' gem 'systemu'
gem 'listen' gem 'listen'
gem 'guard-nanoc'

View file

@ -6,13 +6,24 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
oauth2 (>= 0.5.0, < 0.9) oauth2 (>= 0.5.0, < 0.9)
builder (3.2.2) builder (3.2.2)
coderay (1.0.9)
colored (1.2) colored (1.2)
cri (2.3.0) cri (2.3.0)
colored (>= 1.2) colored (>= 1.2)
faraday (0.8.7) faraday (0.8.7)
multipart-post (~> 1.1) multipart-post (~> 1.1)
ffi (1.9.0) ffi (1.9.0)
formatador (0.2.4)
fssm (0.2.10) fssm (0.2.10)
guard (1.8.1)
formatador (>= 0.2.4)
listen (>= 1.0.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-nanoc (1.0.1)
guard (>= 1.8.0)
nanoc (>= 3.6.3)
haml (4.0.3) haml (4.0.3)
tilt tilt
httparty (0.11.0) httparty (0.11.0)
@ -25,6 +36,8 @@ GEM
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
lumberjack (1.0.4)
method_source (0.8.1)
mime-types (1.23) mime-types (1.23)
mini_portile (0.5.1) mini_portile (0.5.1)
multi_json (1.7.7) multi_json (1.7.7)
@ -40,6 +53,10 @@ GEM
jwt (~> 0.1.4) jwt (~> 0.1.4)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.2) rack (~> 1.2)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2) rack (1.5.2)
rake (10.1.0) rake (10.1.0)
rb-fsevent (0.9.3) rb-fsevent (0.9.3)
@ -50,7 +67,9 @@ GEM
rdiscount (2.1.6) rdiscount (2.1.6)
rubypants (0.2.0) rubypants (0.2.0)
sass (3.2.9) sass (3.2.9)
slop (3.4.5)
systemu (2.5.2) systemu (2.5.2)
thor (0.18.1)
tilt (1.4.1) tilt (1.4.1)
PLATFORMS PLATFORMS
@ -60,6 +79,7 @@ DEPENDENCIES
bitly bitly
builder builder
fssm fssm
guard-nanoc
haml haml
listen listen
mime-types mime-types