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

Bump to 1.6.0

This commit is contained in:
Joe Ferris 2015-06-26 13:26:06 -04:00
parent 459da1f996
commit 3ef6732baa
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.5.0)
capybara-webkit (1.6.0)
capybara (>= 2.3.0, < 2.5.0)
json
@ -30,7 +30,7 @@ GEM
launchy (2.4.2-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
mime-types (2.4.3)
mime-types (2.5)
mini_magick (3.2.1)
subexec (~> 0.0.4)
mini_portile (0.6.2)

View file

@ -1,4 +1,4 @@
Unreleased on master:
New for 1.6.0:
* New, easier, global configuration API.
* Add `page.driver.allow_unknown_urls` to silent all unknown host warnings.

View file

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