Bump to 1.11.0

This commit is contained in:
Joe Ferris 2016-04-26 09:47:20 -04:00
parent 24c1e12bef
commit caa736e1bc
No known key found for this signature in database
GPG Key ID: 1B00F8C9678CF148
3 changed files with 13 additions and 6 deletions

View File

@ -1,8 +1,8 @@
PATH
remote: .
specs:
capybara-webkit (1.7.1)
capybara (>= 2.3.0, < 2.6.0)
capybara-webkit (1.11.0)
capybara (>= 2.3.0, < 2.8.0)
json
GEM
@ -33,10 +33,10 @@ GEM
mime-types (2.6.1)
mini_magick (3.2.1)
subexec (~> 0.0.4)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
multi_json (1.11.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
rack (1.6.4)
rack-protection (1.3.2)
rack
@ -78,8 +78,12 @@ DEPENDENCIES
appraisal (~> 0.4.0)
capybara-webkit!
launchy
mime-types (< 3.0)
mini_magick
rake
rspec (~> 2.14.0)
selenium-webdriver
sinatra
BUNDLED WITH
1.11.2

View File

@ -1,6 +1,9 @@
New for 1.10.1:
* Pass default Server to Connection when not user provided
* Support :backspace in Node#send_keys
* Allow Qt 5.6 with QtWebKit module
* Fix checkbox/radio screenshots on OS X using Fusion style
New for 1.10.0:

View File

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