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.1

This commit is contained in:
Matthew Horan 2015-09-23 19:36:37 -04:00
parent 6cf0cac23e
commit e9bd20a184
5 changed files with 8 additions and 4 deletions

View file

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

View file

@ -1,3 +1,7 @@
New for 1.7.1:
* Fix deprecation messages relating to default_wait_time
New for 1.7.0:
* Capybara 2.5 compatibility (except Node#send_keys)

View file

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

View file

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

View file

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