Skip to content

Commit

Permalink
Upgrade to rails 3rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Aug 24, 2010
1 parent d5b0c8e commit a86bc15
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source :rubygems

gem "rails", "3.0.0.rc"
gem "rails", "3.0.0.rc2"
gem "rack", "1.2.1"

gem "aws-s3", "0.6.2", :require => "aws/s3"
Expand Down
66 changes: 33 additions & 33 deletions Gemfile.lock
Expand Up @@ -15,34 +15,34 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.0.rc)
actionpack (= 3.0.0.rc)
actionmailer (3.0.0.rc2)
actionpack (= 3.0.0.rc2)
mail (~> 2.2.5)
actionpack (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
actionpack (3.0.0.rc2)
activemodel (= 3.0.0.rc2)
activesupport (= 3.0.0.rc2)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
rack (~> 1.2.1)
rack-mount (~> 0.6.9)
rack-mount (~> 0.6.12)
rack-test (~> 0.5.4)
tzinfo (~> 0.3.22)
activemodel (3.0.0.rc)
activesupport (= 3.0.0.rc)
tzinfo (~> 0.3.23)
activemodel (3.0.0.rc2)
activesupport (= 3.0.0.rc2)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
arel (~> 0.4.0)
tzinfo (~> 0.3.22)
activeresource (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
activesupport (3.0.0.rc)
activerecord (3.0.0.rc2)
activemodel (= 3.0.0.rc2)
activesupport (= 3.0.0.rc2)
arel (~> 1.0.0.rc1)
tzinfo (~> 0.3.23)
activeresource (3.0.0.rc2)
activemodel (= 3.0.0.rc2)
activesupport (= 3.0.0.rc2)
activesupport (3.0.0.rc2)
addressable (2.2.0)
arel (0.4.0)
arel (1.0.0.rc1)
activesupport (>= 3.0.0.beta)
aws-s3 (0.6.2)
builder
Expand Down Expand Up @@ -101,21 +101,21 @@ GEM
rack (1.2.1)
rack-maintenance (0.3.0)
rack (>= 1.0)
rack-mount (0.6.9)
rack-mount (0.6.12)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
rails (3.0.0.rc)
actionmailer (= 3.0.0.rc)
actionpack (= 3.0.0.rc)
activerecord (= 3.0.0.rc)
activeresource (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
bundler (>= 1.0.0.rc.1)
railties (= 3.0.0.rc)
railties (3.0.0.rc)
actionpack (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
rails (3.0.0.rc2)
actionmailer (= 3.0.0.rc2)
actionpack (= 3.0.0.rc2)
activerecord (= 3.0.0.rc2)
activeresource (= 3.0.0.rc2)
activesupport (= 3.0.0.rc2)
bundler (>= 1.0.0.rc.6)
railties (= 3.0.0.rc2)
railties (3.0.0.rc2)
actionpack (= 3.0.0.rc2)
activesupport (= 3.0.0.rc2)
rake (>= 0.8.3)
thor (~> 0.14.0)
rake (0.8.7)
Expand All @@ -133,7 +133,7 @@ GEM
treetop (1.4.5)
polyglot (>= 0.3.1)
trollop (1.16.2)
tzinfo (0.3.22)
tzinfo (0.3.23)
validates_url_format_of (0.1.0)
activerecord (>= 2.3.4)
webmock (0.7.3)
Expand Down Expand Up @@ -167,7 +167,7 @@ DEPENDENCIES
rack (= 1.2.1)
rack-maintenance (= 0.3.0)
rack-test (= 0.5.4)
rails (= 3.0.0.rc)
rails (= 3.0.0.rc2)
redgreen (= 1.2.2)
redis (= 2.0.1)
rest-client (= 1.0.3)
Expand Down
Binary file removed vendor/cache/actionmailer-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/arel-0.4.0.gem
Binary file not shown.
Binary file added vendor/cache/arel-1.0.0.rc1.gem
Binary file not shown.
Binary file added vendor/cache/rack-mount-0.6.12.gem
Binary file not shown.
Binary file removed vendor/cache/rack-mount-0.6.9.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/railties-3.0.0.rc.gem
Binary file not shown.
Binary file added vendor/cache/railties-3.0.0.rc2.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-0.3.22.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-0.3.23.gem
Binary file not shown.

0 comments on commit a86bc15

Please sign in to comment.