This commit is contained in:
Samuel Cochran 2011-12-04 22:29:43 +08:00
parent e5c8ef9b08
commit 59f0ec8532
2 changed files with 23 additions and 18 deletions

View File

@ -1,20 +1,21 @@
PATH PATH
remote: . remote: .
specs: specs:
mailcatcher (0.5.1) mailcatcher (0.5.4)
activesupport (~> 3.0) activesupport (~> 3.0)
eventmachine (~> 0.12) eventmachine (~> 0.12)
haml (~> 3.1) haml (~> 3.1)
mail (~> 2.3) mail (~> 2.3)
sinatra (~> 1.2) sinatra (~> 1.2)
skinny (~> 0.1) skinny (~> 0.2)
sqlite3 (~> 1.3) sqlite3 (~> 1.3)
thin (~> 1.2) thin (~> 1.2)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.0.9) activesupport (3.1.3)
multi_json (~> 1.0)
chunky_png (1.2.0) chunky_png (1.2.0)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
@ -40,34 +41,38 @@ GEM
guard (>= 0.2.1) guard (>= 0.2.1)
guard-ego (0.0.1) guard-ego (0.0.1)
guard (>= 0.2.1) guard (>= 0.2.1)
haml (3.1.2) haml (3.1.4)
i18n (0.6.0) i18n (0.6.0)
mail (2.3.0) mail (2.3.0)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.16) mime-types (1.17.2)
multi_json (1.0.3) multi_json (1.0.3)
polyglot (0.3.1) polyglot (0.3.3)
rack (1.3.0) rack (1.3.5)
rack-protection (1.1.4)
rack
rake (0.8.7) rake (0.8.7)
rb-fsevent (0.4.0) rb-fsevent (0.4.0)
rdoc (3.5.3) rdoc (3.5.3)
sass (3.1.1) sass (3.1.1)
sinatra (1.2.6) sinatra (1.3.1)
rack (~> 1.1) rack (~> 1.3, >= 1.3.4)
tilt (< 2.0, >= 1.2.2) rack-protection (~> 1.1, >= 1.1.2)
skinny (0.1.2) tilt (~> 1.3, >= 1.3.3)
eventmachine skinny (0.2.0)
thin eventmachine (~> 0.12)
sqlite3 (1.3.3) thin (~> 1.2)
thin (1.2.11) sqlite3 (1.3.5)
thin (1.3.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.14.6) thor (0.14.6)
tilt (1.3.2) tilt (1.3.3)
treetop (1.4.9) treetop (1.4.10)
polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
PLATFORMS PLATFORMS

View File

@ -1 +1 @@
0.5.3 0.5.4