1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Bump to 1.7.0

This commit is contained in:
Matthew Horan 2015-08-29 20:04:32 -04:00
parent 2ed3515849
commit 6c375e5dbf
5 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.6.0)
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.0)
json
@ -25,7 +25,6 @@ GEM
ffi (1.9.8-java)
ffi (1.9.8-x86-mingw32)
json (1.8.3)
json (1.8.3-java)
launchy (2.4.2)
addressable (~> 2.3)
launchy (2.4.2-java)
@ -38,9 +37,6 @@ GEM
multi_json (1.11.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-java)
nokogiri (1.6.6.2-x86-mingw32)
mini_portile (~> 0.6.0)
rack (1.6.4)
rack-protection (1.3.2)
rack

View file

@ -1,3 +1,8 @@
New for 1.7.0:
* Capybara 2.5 compatibility (except Node#send_keys)
* Update UnknownUrlHandler warning to use non-deprecated methods
New for 1.6.0:
* New, easier, global configuration API.

View file

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.6.0)
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.0)
json

View file

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.6.0)
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.0)
json

View file

@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = "1.6.0".freeze
VERSION = "1.7.0".freeze
end
end
end