Skip to content

Commit

Permalink
Updating to rails 3.0.3 and latest mail gem
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 26, 2011
1 parent 1632233 commit 05fd21b
Show file tree
Hide file tree
Showing 42 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source :rubygems
gem "rails", "3.0.0"
gem "rails", "3.0.3"
gem "rack", "1.2.1"
gem "mail", "2.2.15"

gem "clearance", "0.9.0.rc9"
gem "fog", "0.3.25"
Expand Down Expand Up @@ -36,12 +37,11 @@ group :test do
gem "fakeweb", "1.2.6"
gem "launchy", "0.3.7"
gem "nokogiri", "1.4.3.1"
gem "rack-test", "0.5.4", :require => "rack/test"
gem "rack-test", "0.5.7", :require => "rack/test"
gem "redgreen", "1.2.2"
gem "rr", "0.10.11"
gem "shoulda", "2.11.1"
gem "timecop", "0.3.5"
gem "treetop", "1.4.5"
gem "webrat", "0.5.3"
gem "webmock", "0.7.3"
end
102 changes: 51 additions & 51 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,38 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.0)
actionpack (= 3.0.0)
mail (~> 2.2.5)
actionpack (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
mail (~> 2.2.9)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.12)
rack-test (~> 0.5.4)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
tzinfo (~> 0.3.23)
activemodel (3.0.0)
activesupport (= 3.0.0)
activemodel (3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
arel (~> 1.0.0)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
addressable (2.2.0)
arel (1.0.1)
activesupport (~> 3.0.0)
activeresource (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
addressable (2.2.3)
arel (2.0.7)
builder (2.1.2)
clearance (0.9.0.rc9)
rails (~> 3.0.0)
configuration (1.1.0)
configuration (1.2.0)
cucumber (0.8.5)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
Expand All @@ -51,8 +50,8 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
excon (0.2.8)
factory_girl (1.3.2)
excon (0.4.0)
factory_girl (1.3.3)
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
Expand All @@ -74,18 +73,19 @@ GEM
high_voltage (0.9.1)
hoptoad_notifier (2.2.0)
activesupport
i18n (0.4.1)
i18n (0.5.0)
json (1.2.0)
json_pure (1.4.6)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
mail (2.2.5)
mail (2.2.15)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
net-ssh (2.0.23)
net-ssh (2.0.24)
newrelic_rpm (2.13.0.beta6)
nokogiri (1.4.3.1)
paul_revere (0.1.5)
Expand All @@ -97,21 +97,21 @@ GEM
rack (>= 1.0)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.4)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.0)
actionmailer (= 3.0.0)
actionpack (= 3.0.0)
activerecord (= 3.0.0)
activeresource (= 3.0.0)
activesupport (= 3.0.0)
bundler (~> 1.0.0)
railties (= 3.0.0)
railties (3.0.0)
actionpack (= 3.0.0)
activesupport (= 3.0.0)
rake (>= 0.8.4)
thor (~> 0.14.0)
rails (3.0.3)
actionmailer (= 3.0.3)
actionpack (= 3.0.3)
activerecord (= 3.0.3)
activeresource (= 3.0.3)
activesupport (= 3.0.3)
bundler (~> 1.0)
railties (= 3.0.3)
railties (3.0.3)
actionpack (= 3.0.3)
activesupport (= 3.0.3)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
redgreen (1.2.2)
redis (2.0.1)
Expand All @@ -123,12 +123,12 @@ GEM
rack (>= 1.0)
system_timer (1.0)
term-ansicolor (1.0.5)
thor (0.14.0)
thor (0.14.6)
timecop (0.3.5)
treetop (1.4.5)
treetop (1.4.9)
polyglot (>= 0.3.1)
trollop (1.16.2)
tzinfo (0.3.23)
tzinfo (0.3.24)
validates_url_format_of (0.1.0)
activerecord (>= 2.3.4)
webmock (0.7.3)
Expand Down Expand Up @@ -156,14 +156,15 @@ DEPENDENCIES
hoptoad_notifier (= 2.2.0)
json (= 1.2.0)
launchy (= 0.3.7)
mail (= 2.2.15)
newrelic_rpm (= 2.13.0.beta6)
nokogiri (= 1.4.3.1)
paul_revere (= 0.1.5)
pg (= 0.8.0)
rack (= 1.2.1)
rack-maintenance (= 0.3.0)
rack-test (= 0.5.4)
rails (= 3.0.0)
rack-test (= 0.5.7)
rails (= 3.0.3)
redgreen (= 1.2.2)
redis (= 2.0.1)
rest-client (= 1.0.3)
Expand All @@ -172,7 +173,6 @@ DEPENDENCIES
sinatra (= 1.0)
system_timer (= 1.0)
timecop (= 0.3.5)
treetop (= 1.4.5)
validates_url_format_of (= 0.1.0)
webmock (= 0.7.3)
webrat (= 0.5.3)
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

resource :search, :only => :show
resource :dashboard, :only => :show
resource :profile, :only => [:edit, :update]
resources :profiles, :only => :show
resource :profile, :only => [:edit, :update]
resources :stats, :only => :index

resources :rubygems, :only => :index, :path => "gems" do
Expand Down
Binary file removed vendor/cache/actionmailer-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/addressable-2.2.0.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/arel-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/arel-2.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/configuration-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/configuration-1.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/excon-0.2.8.gem
Binary file not shown.
Binary file added vendor/cache/excon-0.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/factory_girl-1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/factory_girl-1.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/i18n-0.5.0.gem
Binary file not shown.
Binary file added vendor/cache/mail-2.2.15.gem
Binary file not shown.
Binary file removed vendor/cache/mail-2.2.5.gem
Binary file not shown.
Binary file removed vendor/cache/net-ssh-2.0.23.gem
Binary file not shown.
Binary file added vendor/cache/net-ssh-2.0.24.gem
Binary file not shown.
Binary file removed vendor/cache/rack-test-0.5.4.gem
Binary file not shown.
Binary file added vendor/cache/rack-test-0.5.7.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/railties-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/railties-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/thor-0.14.0.gem
Binary file not shown.
Binary file added vendor/cache/thor-0.14.6.gem
Binary file not shown.
Binary file removed vendor/cache/treetop-1.4.5.gem
Binary file not shown.
Binary file added vendor/cache/treetop-1.4.9.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-0.3.23.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-0.3.24.gem
Binary file not shown.

0 comments on commit 05fd21b

Please sign in to comment.