Fixing up dependencies (httparty/crack) and adding autotest
This commit is contained in:
parent
be19ffbbed
commit
eb82548452
6
Gemfile
6
Gemfile
@ -7,8 +7,8 @@ gem 'rails', '3.0.0.beta4'
|
|||||||
gem 'liquid', '2.0.0'
|
gem 'liquid', '2.0.0'
|
||||||
gem 'bson_ext', '>= 1.0.1'
|
gem 'bson_ext', '>= 1.0.1'
|
||||||
gem 'mongo_ext'
|
gem 'mongo_ext'
|
||||||
# gem 'mongoid', :git => 'git@github.com:did/mongoid.git'
|
|
||||||
gem 'mongoid-locomotive'
|
gem 'mongoid-locomotive'
|
||||||
|
# gem 'mongoid', "2.0.0.beta11"
|
||||||
gem 'mongoid_acts_as_tree', '0.1.5'
|
gem 'mongoid_acts_as_tree', '0.1.5'
|
||||||
gem 'mongo_session_store', '2.0.0.pre'
|
gem 'mongo_session_store', '2.0.0.pre'
|
||||||
gem 'warden'
|
gem 'warden'
|
||||||
@ -17,12 +17,11 @@ gem 'haml', '3.0.13'
|
|||||||
gem 'rmagick', '2.12.2'
|
gem 'rmagick', '2.12.2'
|
||||||
gem 'aws'
|
gem 'aws'
|
||||||
gem 'mimetype-fu', :require => 'mimetype_fu'
|
gem 'mimetype-fu', :require => 'mimetype_fu'
|
||||||
# gem 'formtastic-rails3', :require => 'formtastic'
|
|
||||||
gem "formtastic", :git => "http://github.com/justinfrench/formtastic.git", :branch => "rails3"
|
gem "formtastic", :git => "http://github.com/justinfrench/formtastic.git", :branch => "rails3"
|
||||||
gem 'carrierwave-rails3', :require => 'carrierwave'
|
gem 'carrierwave-rails3', :require => 'carrierwave'
|
||||||
gem 'actionmailer-with-request', :require => 'actionmailer_with_request'
|
gem 'actionmailer-with-request', :require => 'actionmailer_with_request'
|
||||||
gem 'heroku'
|
gem 'heroku'
|
||||||
gem 'httparty', '0.6.0'
|
gem 'httparty', '0.6.1'
|
||||||
gem 'RedCloth'
|
gem 'RedCloth'
|
||||||
gem 'inherited_resources', '1.1.2'
|
gem 'inherited_resources', '1.1.2'
|
||||||
gem 'jeweler'
|
gem 'jeweler'
|
||||||
@ -41,6 +40,7 @@ group :test, :development do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
gem "autotest"
|
||||||
gem 'rspec-rails', '2.0.0.beta.18'
|
gem 'rspec-rails', '2.0.0.beta.18'
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
|
23
Gemfile.lock
23
Gemfile.lock
@ -50,6 +50,7 @@ GEM
|
|||||||
activesupport (3.0.0.beta4)
|
activesupport (3.0.0.beta4)
|
||||||
arel (0.4.0)
|
arel (0.4.0)
|
||||||
activesupport (>= 3.0.0.beta)
|
activesupport (>= 3.0.0.beta)
|
||||||
|
autotest (4.3.2)
|
||||||
aws (2.3.13)
|
aws (2.3.13)
|
||||||
http_connection
|
http_connection
|
||||||
uuidtools
|
uuidtools
|
||||||
@ -68,7 +69,7 @@ GEM
|
|||||||
cgi_multipart_eof_fix (2.5.0)
|
cgi_multipart_eof_fix (2.5.0)
|
||||||
columnize (0.3.1)
|
columnize (0.3.1)
|
||||||
configuration (1.1.0)
|
configuration (1.1.0)
|
||||||
crack (0.1.7)
|
crack (0.1.8)
|
||||||
cucumber (0.8.5)
|
cucumber (0.8.5)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
diff-lcs (~> 1.1.2)
|
diff-lcs (~> 1.1.2)
|
||||||
@ -82,7 +83,6 @@ GEM
|
|||||||
devise (1.1.rc1)
|
devise (1.1.rc1)
|
||||||
warden (~> 0.10.3)
|
warden (~> 0.10.3)
|
||||||
diff-lcs (1.1.2)
|
diff-lcs (1.1.2)
|
||||||
durran-validatable (2.0.1)
|
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
factory_girl (1.3.1)
|
factory_girl (1.3.1)
|
||||||
@ -104,8 +104,8 @@ GEM
|
|||||||
launchy (~> 0.3.2)
|
launchy (~> 0.3.2)
|
||||||
rest-client (~> 1.4.0)
|
rest-client (~> 1.4.0)
|
||||||
http_connection (1.3.0)
|
http_connection (1.3.0)
|
||||||
httparty (0.6.0)
|
httparty (0.6.1)
|
||||||
crack (= 0.1.7)
|
crack (= 0.1.8)
|
||||||
i18n (0.4.1)
|
i18n (0.4.1)
|
||||||
inherited_resources (1.1.2)
|
inherited_resources (1.1.2)
|
||||||
has_scope (~> 0.5.0)
|
has_scope (~> 0.5.0)
|
||||||
@ -118,7 +118,6 @@ GEM
|
|||||||
launchy (0.3.7)
|
launchy (0.3.7)
|
||||||
configuration (>= 0.0.5)
|
configuration (>= 0.0.5)
|
||||||
rake (>= 0.8.1)
|
rake (>= 0.8.1)
|
||||||
leshill-will_paginate (2.3.11)
|
|
||||||
linecache (0.43)
|
linecache (0.43)
|
||||||
liquid (2.0.0)
|
liquid (2.0.0)
|
||||||
mail (2.2.5)
|
mail (2.2.5)
|
||||||
@ -132,11 +131,12 @@ GEM
|
|||||||
mongo_ext (0.19.3)
|
mongo_ext (0.19.3)
|
||||||
mongo_session_store (2.0.0.pre)
|
mongo_session_store (2.0.0.pre)
|
||||||
actionpack (~> 3.0)
|
actionpack (~> 3.0)
|
||||||
mongoid (1.0.6)
|
mongoid (2.0.0.beta11)
|
||||||
activesupport (>= 2.2.2)
|
activemodel (~> 3.0.0.beta)
|
||||||
durran-validatable (>= 2.0.1)
|
bson (~> 1.0.4)
|
||||||
leshill-will_paginate (>= 2.3.11)
|
mongo (~> 1.0.5)
|
||||||
mongo (>= 0.18.2)
|
tzinfo (~> 0.3.22)
|
||||||
|
will_paginate (~> 3.0.pre)
|
||||||
mongoid-locomotive (2.0.0.beta9)
|
mongoid-locomotive (2.0.0.beta9)
|
||||||
activemodel (~> 3.0.0.beta)
|
activemodel (~> 3.0.0.beta)
|
||||||
bson (~> 1.0.4)
|
bson (~> 1.0.4)
|
||||||
@ -226,6 +226,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth
|
RedCloth
|
||||||
actionmailer-with-request
|
actionmailer-with-request
|
||||||
|
autotest
|
||||||
aws
|
aws
|
||||||
bson_ext (>= 1.0.1)
|
bson_ext (>= 1.0.1)
|
||||||
capybara
|
capybara
|
||||||
@ -239,7 +240,7 @@ DEPENDENCIES
|
|||||||
formtastic!
|
formtastic!
|
||||||
haml (= 3.0.13)
|
haml (= 3.0.13)
|
||||||
heroku
|
heroku
|
||||||
httparty (= 0.6.0)
|
httparty (= 0.6.1)
|
||||||
inherited_resources (= 1.1.2)
|
inherited_resources (= 1.1.2)
|
||||||
jeweler
|
jeweler
|
||||||
launchy
|
launchy
|
||||||
|
2
autotest/discover.rb
Normal file
2
autotest/discover.rb
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Autotest.add_discovery { "rails" }
|
||||||
|
Autotest.add_discovery { "rspec2" }
|
Loading…
Reference in New Issue
Block a user