updated to rails 3.2, fixed tests

This commit is contained in:
albert
2012-01-27 14:22:47 -05:00
parent 75d977ae80
commit c8bcf5ad7c
16 changed files with 146 additions and 105 deletions

View File

@@ -1,11 +1,23 @@
GIT
remote: git://github.com/caribio/mechanize.git
revision: 602a453f25c376681317e1f1af7229d39ccfff3d
specs:
mechanize (2.1.1)
domain_name (~> 0.5, >= 0.5.1)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.3, >= 2.3.2)
nokogiri (~> 1.4)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (~> 0.0, >= 0.0.9)
GIT
remote: git://github.com/ernie/meta_search.git
revision: 1b8522a4129b5771c920898cb05badbe119c2f35
revision: 5bfe8322ac3c56ed8c714c1892aebf1390e7db5e
specs:
meta_search (1.1.1)
actionpack (~> 3.1.0)
activerecord (~> 3.1.0)
activesupport (~> 3.1.0)
meta_search (1.1.2)
actionpack (~> 3.1)
activerecord (~> 3.1)
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
GIT
@@ -17,120 +29,112 @@ GIT
GIT
remote: http://github.com/EmmanuelOga/ffaker.git
revision: f95ce5645d706d865990184ff83d40fe8ccc5e49
revision: 0a281092f4ed985b7f7ae6eb2d03677fbcfc722d
specs:
ffaker (1.10.1)
ffaker (1.12.1)
GEM
remote: http://gemcutter.org/
specs:
actionmailer (3.1.3)
actionpack (= 3.1.3)
mail (~> 2.3.0)
actionpack (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
actionmailer (3.2.0)
actionpack (= 3.2.0)
mail (~> 2.4.0)
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.5)
journey (~> 1.0.0)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.3)
activemodel (3.1.3)
activesupport (= 3.1.3)
sprockets (~> 2.1.2)
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
activesupport (3.1.3)
activeresource (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (2.2.1)
awesome_print (0.4.0)
arel (3.0.0)
awesome_print (1.0.2)
builder (3.0.0)
chronic (0.6.6)
coderay (0.9.8)
daemons (1.1.4)
delayed_job (2.1.4)
coderay (1.0.5)
delayed_job (3.0.1)
activesupport (~> 3.0)
daemons
delayed_job_active_record (0.3.1)
activerecord (> 2.1.0)
delayed_job (~> 3.0.0)
domain_name (0.5.2)
unf (~> 0.0.3)
erubis (2.7.0)
execjs (1.2.9)
execjs (1.3.0)
multi_json (~> 1.0)
factory_girl (2.3.2)
factory_girl (2.5.0)
activesupport
hike (1.2.1)
i18n (0.6.0)
json (1.6.2)
journey (1.0.1)
json (1.6.5)
libv8 (3.3.10.4)
mail (2.3.0)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mechanize (2.0.1)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 1.8)
nokogiri (~> 1.4)
webrobots (~> 0.0, >= 0.0.9)
memcache-client (1.8.5)
metaclass (0.0.1)
method_source (0.6.7)
ruby_parser (>= 2.3.1)
method_source (0.7.0)
mime-types (1.17.2)
mocha (0.10.0)
mocha (0.10.3)
metaclass (~> 0.0.1)
multi_json (1.0.4)
net-http-digest_auth (1.2)
net-http-persistent (1.9)
net-http-persistent (2.3.3)
nokogiri (1.5.0)
pg (0.11.0)
ntlm-http (0.1.1)
pg (0.12.2)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
pry (0.9.7.4)
coderay (~> 0.9.8)
method_source (~> 0.6.7)
ruby_parser (>= 2.3.1)
slop (~> 2.1.0)
rack (1.3.5)
pry (0.9.8)
coderay (~> 1.0.5)
method_source (~> 0.7)
slop (>= 2.4.3, < 3)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.3)
actionmailer (= 3.1.3)
actionpack (= 3.1.3)
activerecord (= 3.1.3)
activeresource (= 3.1.3)
activesupport (= 3.1.3)
rails (3.2.0)
actionmailer (= 3.2.0)
actionpack (= 3.2.0)
activerecord (= 3.2.0)
activeresource (= 3.2.0)
activesupport (= 3.2.0)
bundler (~> 1.0)
railties (= 3.1.3)
railties (3.1.3)
actionpack (= 3.1.3)
activesupport (= 3.1.3)
railties (= 3.2.0)
railties (3.2.0)
actionpack (= 3.2.0)
activesupport (= 3.2.0)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.11)
rdoc (3.12)
json (~> 1.4)
rmagick (2.13.1)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
sass (3.1.11)
sexp_processor (3.0.8)
sass (3.1.12)
shoulda (2.11.3)
silent-postgres (0.1.1)
simple_form (1.5.2)
@@ -140,8 +144,8 @@ GEM
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
slop (2.1.0)
sprockets (2.0.3)
slop (2.4.3)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
@@ -156,12 +160,14 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.1.0)
uglifier (1.2.2)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
webrobots (0.0.12)
nokogiri (>= 1.4.4)
whenever (0.7.0)
unf (0.0.4)
unf_ext
unf_ext (0.0.4)
webrobots (0.0.13)
whenever (0.7.2)
activesupport (>= 2.3.4)
chronic (~> 0.6.3)
@@ -171,16 +177,17 @@ PLATFORMS
DEPENDENCIES
awesome_print
delayed_job
delayed_job_active_record
factory_girl
ffaker!
mechanize
mechanize!
memcache-client
meta_search!
mocha
nokogiri
pg
pry
rails (= 3.1.3)
rails (= 3.2.0)
rmagick
sanitize!
sass