Bump to 1.13.0

This commit is contained in:
Oli Peate 2017-03-20 12:01:00 +00:00
parent 2e869bb9b7
commit fd63a7eec3
3 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.12.0)
capybara-webkit (1.13.0)
capybara (>= 2.3.0, < 2.13.0)
json

View File

@ -1,3 +1,12 @@
New for 1.13.0:
* Allow JavaScript errors to be raised as Ruby exceptions
(`config.raise_javascript_errors` option)
New for 1.12.0:
* Capybara 2.11 compatibility
New for 1.11.1:
* Fix compiling on OS X with Qt 4.8

View File

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