pickle as a gem
This commit is contained in:
parent
62564021b6
commit
9bcebbd6ab
2
Gemfile
2
Gemfile
@ -49,7 +49,7 @@ group :test do
|
|||||||
gem 'growl-glue'
|
gem 'growl-glue'
|
||||||
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 'pickle', :git => 'http://github.com/ianwhite/pickle.git'
|
gem 'pickle'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
|
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
|
23
Gemfile.lock
23
Gemfile.lock
@ -5,16 +5,6 @@ GIT
|
|||||||
mocha (0.9.10.20101125155727)
|
mocha (0.9.10.20101125155727)
|
||||||
rake
|
rake
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: http://github.com/ianwhite/pickle.git
|
|
||||||
revision: 02483df89b513a9598f73be500af96fe8a398dda
|
|
||||||
specs:
|
|
||||||
pickle (0.4.4)
|
|
||||||
cucumber (>= 0.8)
|
|
||||||
rake
|
|
||||||
rspec (>= 1.3)
|
|
||||||
yard
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -65,7 +55,7 @@ GEM
|
|||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
selenium-webdriver (>= 0.0.27)
|
selenium-webdriver (>= 0.0.27)
|
||||||
xpath (~> 0.1.2)
|
xpath (~> 0.1.2)
|
||||||
celerity (0.8.5)
|
celerity (0.8.6)
|
||||||
childprocess (0.1.4)
|
childprocess (0.1.4)
|
||||||
ffi (~> 0.6.3)
|
ffi (~> 0.6.3)
|
||||||
closure-compiler (0.3.3)
|
closure-compiler (0.3.3)
|
||||||
@ -174,6 +164,11 @@ GEM
|
|||||||
will_paginate (~> 3.0.pre)
|
will_paginate (~> 3.0.pre)
|
||||||
net-ssh (2.0.23)
|
net-ssh (2.0.23)
|
||||||
nokogiri (1.4.3.1)
|
nokogiri (1.4.3.1)
|
||||||
|
pickle (0.4.4)
|
||||||
|
cucumber (>= 0.8)
|
||||||
|
rake
|
||||||
|
rspec (>= 1.3)
|
||||||
|
yard
|
||||||
polyglot (0.3.1)
|
polyglot (0.3.1)
|
||||||
proxies (0.2.1)
|
proxies (0.2.1)
|
||||||
rack (1.2.1)
|
rack (1.2.1)
|
||||||
@ -203,11 +198,11 @@ GEM
|
|||||||
rspec-core (~> 2.3.0)
|
rspec-core (~> 2.3.0)
|
||||||
rspec-expectations (~> 2.3.0)
|
rspec-expectations (~> 2.3.0)
|
||||||
rspec-mocks (~> 2.3.0)
|
rspec-mocks (~> 2.3.0)
|
||||||
rspec-core (2.3.0)
|
rspec-core (2.3.1)
|
||||||
rspec-expectations (2.3.0)
|
rspec-expectations (2.3.0)
|
||||||
diff-lcs (~> 1.1.2)
|
diff-lcs (~> 1.1.2)
|
||||||
rspec-mocks (2.3.0)
|
rspec-mocks (2.3.0)
|
||||||
rspec-rails (2.3.0)
|
rspec-rails (2.3.1)
|
||||||
actionpack (~> 3.0)
|
actionpack (~> 3.0)
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
railties (~> 3.0)
|
railties (~> 3.0)
|
||||||
@ -286,7 +281,7 @@ DEPENDENCIES
|
|||||||
mimetype-fu
|
mimetype-fu
|
||||||
mocha!
|
mocha!
|
||||||
mongoid (= 2.0.0.beta.19)
|
mongoid (= 2.0.0.beta.19)
|
||||||
pickle!
|
pickle
|
||||||
rails (>= 3.0.0)
|
rails (>= 3.0.0)
|
||||||
rmagick (= 2.12.2)
|
rmagick (= 2.12.2)
|
||||||
rspec-rails (>= 2.0.0.beta.18)
|
rspec-rails (>= 2.0.0.beta.18)
|
||||||
|
Loading…
Reference in New Issue
Block a user