updated rails gem to 3.1.0 release

This commit is contained in:
albert
2011-09-06 11:07:54 -04:00
parent 33fa8d30ee
commit a33bd94ba3
3 changed files with 221 additions and 289 deletions

View File

@@ -14,7 +14,7 @@ group :assets do
gem "therubyracer" gem "therubyracer"
end end
gem "rails", "3.1.0.rc8" gem "rails", "3.1.0"
gem "pg" gem "pg"
gem "memcache-client", :require => "memcache" gem "memcache-client", :require => "memcache"
gem "imagesize", :require => "image_size" gem "imagesize", :require => "image_size"

View File

@@ -1,28 +1,28 @@
GIT GIT
remote: git://github.com/ernie/meta_search.git remote: git://github.com/ernie/meta_search.git
revision: dfdd9c3a9956c4a2ad96724e2a801ad77a962b70 revision: 34a574f9b6d602169cff6d551293256bc0debc65
specs: specs:
meta_search (1.1.0.pre2) meta_search (1.1.1)
actionpack (~> 3.1.0.alpha) actionpack (~> 3.1.0)
activerecord (~> 3.1.0.alpha) activerecord (~> 3.1.0)
activesupport (~> 3.1.0.alpha) activesupport (~> 3.1.0)
polyamorous (~> 0.5.0)
GIT GIT
remote: http://github.com/EmmanuelOga/ffaker.git remote: http://github.com/EmmanuelOga/ffaker.git
revision: 52feff4ecddbe8834b63beb122b153b65833e309 revision: f94bcf502fcdd4ba5f29155a3df1811af2663950
specs: specs:
ffaker (1.8.0) ffaker (1.8.1)
GEM GEM
remote: http://gemcutter.org/ remote: http://gemcutter.org/
specs: specs:
aaronh-chronic (0.3.9) actionmailer (3.1.0)
actionmailer (3.1.0.rc8) actionpack (= 3.1.0)
actionpack (= 3.1.0.rc8)
mail (~> 2.3.0) mail (~> 2.3.0)
actionpack (3.1.0.rc8) actionpack (3.1.0)
activemodel (= 3.1.0.rc8) activemodel (= 3.1.0)
activesupport (= 3.1.0.rc8) activesupport (= 3.1.0)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
i18n (~> 0.6) i18n (~> 0.6)
@@ -30,25 +30,26 @@ GEM
rack-cache (~> 1.0.3) rack-cache (~> 1.0.3)
rack-mount (~> 0.8.2) rack-mount (~> 0.8.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.0.0.beta.15) sprockets (~> 2.0.0)
activemodel (3.1.0.rc8) activemodel (3.1.0)
activesupport (= 3.1.0.rc8) activesupport (= 3.1.0)
bcrypt-ruby (~> 3.0.0) bcrypt-ruby (~> 3.0.0)
builder (~> 3.0.0) builder (~> 3.0.0)
i18n (~> 0.6) i18n (~> 0.6)
activerecord (3.1.0.rc8) activerecord (3.1.0)
activemodel (= 3.1.0.rc8) activemodel (= 3.1.0)
activesupport (= 3.1.0.rc8) activesupport (= 3.1.0)
arel (~> 2.2.1) arel (~> 2.2.1)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.1.0.rc8) activeresource (3.1.0)
activemodel (= 3.1.0.rc8) activemodel (= 3.1.0)
activesupport (= 3.1.0.rc8) activesupport (= 3.1.0)
activesupport (3.1.0.rc8) activesupport (3.1.0)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (2.2.1) arel (2.2.1)
bcrypt-ruby (3.0.0) bcrypt-ruby (3.0.0)
builder (3.0.0) builder (3.0.0)
chronic (0.6.3)
coderay (0.9.8) coderay (0.9.8)
daemons (1.1.4) daemons (1.1.4)
delayed_job (2.1.4) delayed_job (2.1.4)
@@ -57,7 +58,7 @@ GEM
erubis (2.7.0) erubis (2.7.0)
execjs (1.2.4) execjs (1.2.4)
multi_json (~> 1.0) multi_json (~> 1.0)
factory_girl (2.0.5) factory_girl (2.1.0)
haml (3.1.2) haml (3.1.2)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
@@ -73,17 +74,21 @@ GEM
nokogiri (~> 1.4) nokogiri (~> 1.4)
webrobots (>= 0.0.9, ~> 0.0) webrobots (>= 0.0.9, ~> 0.0)
memcache-client (1.8.5) memcache-client (1.8.5)
metaclass (0.0.1)
method_source (0.6.0) method_source (0.6.0)
ruby_parser (>= 2.0.5) ruby_parser (>= 2.0.5)
mime-types (1.16) mime-types (1.16)
mini_magick (3.3) mini_magick (3.3)
subexec (~> 0.1.0) subexec (~> 0.1.0)
mocha (0.9.12) mocha (0.10.0)
metaclass (~> 0.0.1)
multi_json (1.0.3) multi_json (1.0.3)
net-http-digest_auth (1.1.1) net-http-digest_auth (1.1.1)
net-http-persistent (1.9) net-http-persistent (1.9)
nokogiri (1.5.0) nokogiri (1.5.0)
pg (0.11.0) pg (0.11.0)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.2) polyglot (0.3.2)
pry (0.9.3) pry (0.9.3)
coderay (>= 0.9.8) coderay (>= 0.9.8)
@@ -93,23 +98,23 @@ GEM
rack (1.3.2) rack (1.3.2)
rack-cache (1.0.3) rack-cache (1.0.3)
rack (>= 0.4) rack (>= 0.4)
rack-mount (0.8.2) rack-mount (0.8.3)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-ssl (1.3.2) rack-ssl (1.3.2)
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rails (3.1.0.rc8) rails (3.1.0)
actionmailer (= 3.1.0.rc8) actionmailer (= 3.1.0)
actionpack (= 3.1.0.rc8) actionpack (= 3.1.0)
activerecord (= 3.1.0.rc8) activerecord (= 3.1.0)
activeresource (= 3.1.0.rc8) activeresource (= 3.1.0)
activesupport (= 3.1.0.rc8) activesupport (= 3.1.0)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.1.0.rc8) railties (= 3.1.0)
railties (3.1.0.rc8) railties (3.1.0)
actionpack (= 3.1.0.rc8) actionpack (= 3.1.0)
activesupport (= 3.1.0.rc8) activesupport (= 3.1.0)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
@@ -131,7 +136,7 @@ GEM
sprockets (2.0.0) sprockets (2.0.0)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (!= 1.3.0, ~> 1.1)
subexec (0.1.0) subexec (0.1.0)
super_exception_notifier (3.0.13) super_exception_notifier (3.0.13)
actionmailer actionmailer
@@ -144,7 +149,7 @@ GEM
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.29) tzinfo (0.3.29)
uglifier (1.0.2) uglifier (1.0.3)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (>= 1.0.2) multi_json (>= 1.0.2)
uglifier-rails (3.1.0.rc.2) uglifier-rails (3.1.0.rc.2)
@@ -152,9 +157,9 @@ GEM
uglifier (>= 1.0.0) uglifier (>= 1.0.0)
webrobots (0.0.11) webrobots (0.0.11)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
whenever (0.6.8) whenever (0.7.0)
aaronh-chronic (>= 0.3.9)
activesupport (>= 2.3.4) activesupport (>= 2.3.4)
chronic (~> 0.6.3)
PLATFORMS PLATFORMS
ruby ruby
@@ -173,7 +178,7 @@ DEPENDENCIES
nokogiri nokogiri
pg pg
pry pry
rails (= 3.1.0.rc8) rails (= 3.1.0)
shoulda shoulda
silent-postgres silent-postgres
simple_form simple_form

File diff suppressed because it is too large Load Diff