Tests green on Rails 3.0.5

This commit is contained in:
Carlos Antonio da Silva 2011-03-01 22:52:44 -03:00
parent 41c581565a
commit 0935afb886
1 changed files with 25 additions and 25 deletions

View File

@ -2,12 +2,12 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.4) actionmailer (3.0.5)
actionpack (= 3.0.4) actionpack (= 3.0.5)
mail (~> 2.2.15) mail (~> 2.2.15)
actionpack (3.0.4) actionpack (3.0.5)
activemodel (= 3.0.4) activemodel (= 3.0.5)
activesupport (= 3.0.4) activesupport (= 3.0.5)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.4) i18n (~> 0.4)
@ -15,20 +15,20 @@ GEM
rack-mount (~> 0.6.13) rack-mount (~> 0.6.13)
rack-test (~> 0.5.7) rack-test (~> 0.5.7)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.4) activemodel (3.0.5)
activesupport (= 3.0.4) activesupport (= 3.0.5)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4) i18n (~> 0.4)
activerecord (3.0.4) activerecord (3.0.5)
activemodel (= 3.0.4) activemodel (= 3.0.5)
activesupport (= 3.0.4) activesupport (= 3.0.5)
arel (~> 2.0.2) arel (~> 2.0.2)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activeresource (3.0.4) activeresource (3.0.5)
activemodel (= 3.0.4) activemodel (= 3.0.5)
activesupport (= 3.0.4) activesupport (= 3.0.5)
activesupport (3.0.4) activesupport (3.0.5)
arel (2.0.8) arel (2.0.9)
builder (2.1.2) builder (2.1.2)
columnize (0.3.2) columnize (0.3.2)
erubis (2.6.6) erubis (2.6.6)
@ -49,17 +49,17 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (0.5.7) rack-test (0.5.7)
rack (>= 1.0) rack (>= 1.0)
rails (3.0.4) rails (3.0.5)
actionmailer (= 3.0.4) actionmailer (= 3.0.5)
actionpack (= 3.0.4) actionpack (= 3.0.5)
activerecord (= 3.0.4) activerecord (= 3.0.5)
activeresource (= 3.0.4) activeresource (= 3.0.5)
activesupport (= 3.0.4) activesupport (= 3.0.5)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.0.4) railties (= 3.0.5)
railties (3.0.4) railties (3.0.5)
actionpack (= 3.0.4) actionpack (= 3.0.5)
activesupport (= 3.0.4) activesupport (= 3.0.5)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (~> 0.14.4) thor (~> 0.14.4)
rake (0.8.7) rake (0.8.7)