mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Bump capybara version to released 1.0.0.
This commit is contained in:
parent
09b69409a5
commit
ca3fcc5dae
2 changed files with 15 additions and 21 deletions
34
Gemfile.lock
34
Gemfile.lock
|
@ -1,31 +1,25 @@
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
capybara (0.4.1.2)
|
capybara (1.0.0)
|
||||||
celerity (>= 0.7.9)
|
|
||||||
culerity (>= 0.2.4)
|
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
selenium-webdriver (>= 0.0.27)
|
selenium-webdriver (~> 0.2.0)
|
||||||
xpath (~> 0.1.3)
|
xpath (~> 0.1.4)
|
||||||
celerity (0.8.8)
|
childprocess (0.1.9)
|
||||||
childprocess (0.1.7)
|
ffi (~> 1.0.6)
|
||||||
ffi (~> 0.6.3)
|
|
||||||
culerity (0.2.15)
|
|
||||||
diff-lcs (1.1.2)
|
diff-lcs (1.1.2)
|
||||||
ffi (0.6.3)
|
ffi (1.0.9)
|
||||||
rake (>= 0.8.7)
|
json_pure (1.5.3)
|
||||||
json_pure (1.5.1)
|
|
||||||
mime-types (1.16)
|
mime-types (1.16)
|
||||||
mini_magick (3.2.1)
|
mini_magick (3.2.1)
|
||||||
subexec (~> 0.0.4)
|
subexec (~> 0.0.4)
|
||||||
nokogiri (1.4.4)
|
nokogiri (1.5.0)
|
||||||
rack (1.2.1)
|
rack (1.3.0)
|
||||||
rack-test (0.5.7)
|
rack-test (0.6.0)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rake (0.8.7)
|
|
||||||
rspec (2.5.0)
|
rspec (2.5.0)
|
||||||
rspec-core (~> 2.5.0)
|
rspec-core (~> 2.5.0)
|
||||||
rspec-expectations (~> 2.5.0)
|
rspec-expectations (~> 2.5.0)
|
||||||
|
@ -35,9 +29,9 @@ GEM
|
||||||
diff-lcs (~> 1.1.2)
|
diff-lcs (~> 1.1.2)
|
||||||
rspec-mocks (2.5.0)
|
rspec-mocks (2.5.0)
|
||||||
rubyzip (0.9.4)
|
rubyzip (0.9.4)
|
||||||
selenium-webdriver (0.1.3)
|
selenium-webdriver (0.2.2)
|
||||||
childprocess (~> 0.1.5)
|
childprocess (>= 0.1.9)
|
||||||
ffi (~> 0.6.3)
|
ffi (>= 1.0.7)
|
||||||
json_pure
|
json_pure
|
||||||
rubyzip
|
rubyzip
|
||||||
sinatra (1.1.2)
|
sinatra (1.1.2)
|
||||||
|
@ -45,7 +39,7 @@ GEM
|
||||||
tilt (~> 1.2)
|
tilt (~> 1.2)
|
||||||
subexec (0.0.4)
|
subexec (0.0.4)
|
||||||
tilt (1.2.2)
|
tilt (1.2.2)
|
||||||
xpath (0.1.3)
|
xpath (0.1.4)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
|
@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
||||||
s.require_path = "lib"
|
s.require_path = "lib"
|
||||||
s.rubygems_version = "1.3.5"
|
s.rubygems_version = "1.3.5"
|
||||||
s.summary = "Headless Webkit driver for Capybara"
|
s.summary = "Headless Webkit driver for Capybara"
|
||||||
s.add_runtime_dependency "capybara", "~> 0.4.1"
|
s.add_runtime_dependency "capybara", "~> 1.0.0"
|
||||||
s.extensions = "extconf.rb"
|
s.extensions = "extconf.rb"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue