Update Appraisals

This commit is contained in:
Joe Ferris 2014-06-27 10:07:26 -04:00 committed by Matthew Horan
parent c59d9c33cb
commit 67072bcfd1
6 changed files with 187 additions and 6 deletions

View File

@ -1,7 +1,11 @@
appraise "2.0" do
gem "capybara", "~> 2.0.2"
end
appraise "2.1" do
gem "capybara", "~> 2.1.0"
end
appraise "2.2" do
gem "capybara", "~> 2.2.0"
end
appraise "2.3" do
gem "capybara", "~> 2.3.0"
end

View File

@ -1,13 +1,14 @@
PATH
remote: /home/mhoran/capybara-webkit
remote: ../
specs:
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.2.0)
capybara (>= 2.0.2, < 2.4.0)
json
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
appraisal (0.4.1)
bundler
rake
@ -24,6 +25,11 @@ GEM
ffi (1.9.3-java)
json (1.8.1)
json (1.8.1-java)
launchy (2.4.2)
addressable (~> 2.3)
launchy (2.4.2-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
mime-types (1.23)
mini_magick (3.5.0)
subexec (~> 0.2.1)
@ -54,6 +60,8 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
spoon (0.0.4)
ffi
subexec (0.2.2)
tilt (1.3.3)
websocket (1.0.7)
@ -68,6 +76,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
capybara (~> 2.1.0)
capybara-webkit!
launchy
mini_magick
rake
rspec (~> 2.14.0)

7
gemfiles/2.2.gemfile Normal file
View File

@ -0,0 +1,7 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "capybara", "~> 2.2.0"
gemspec :path=>"../"

77
gemfiles/2.2.gemfile.lock Normal file
View File

@ -0,0 +1,77 @@
PATH
remote: ../
specs:
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.4.0)
json
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
appraisal (0.4.1)
bundler
rake
capybara (2.2.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.5)
ffi (1.9.3)
json (1.8.1)
launchy (2.4.2)
addressable (~> 2.3)
mime-types (2.3)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.6.0)
multi_json (1.10.1)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.3.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rubyzip (1.1.4)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
subexec (0.2.3)
tilt (1.4.1)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 0.4.0)
capybara (~> 2.2.0)
capybara-webkit!
launchy
mini_magick
rake
rspec (~> 2.14.0)
selenium-webdriver
sinatra

7
gemfiles/2.3.gemfile Normal file
View File

@ -0,0 +1,7 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "capybara", "~> 2.3.0"
gemspec :path=>"../"

77
gemfiles/2.3.gemfile.lock Normal file
View File

@ -0,0 +1,77 @@
PATH
remote: ../
specs:
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.4.0)
json
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
appraisal (0.4.1)
bundler
rake
capybara (2.3.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.5)
ffi (1.9.3)
json (1.8.1)
launchy (2.4.2)
addressable (~> 2.3)
mime-types (2.3)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.6.0)
multi_json (1.10.1)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.3.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rubyzip (1.1.4)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
subexec (0.2.3)
tilt (1.4.1)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 0.4.0)
capybara (~> 2.3.0)
capybara-webkit!
launchy
mini_magick
rake
rspec (~> 2.14.0)
selenium-webdriver
sinatra