Release capybara-webkit 1.4.0

This commit is contained in:
Matthew Horan 2015-01-21 20:15:42 -05:00
parent aab340ae8d
commit 4d898b4536
5 changed files with 13 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.3.1)
capybara-webkit (1.4.0)
capybara (>= 2.3.0, < 2.5.0)
json

View File

@ -1,3 +1,10 @@
New for 1.4.0:
* Fix returning invisible text on a hidden page
* Expose INCLUDEPATH and LIBS qmake variables
* Drop support for older Capybara versions
* Introduce allowed, blocked URL filters
New for 1.3.1:
* Inherit from Capybara::Driver::Base for Capybara 2.4.4 compatibility.

View File

@ -1,8 +1,8 @@
PATH
remote: ../
specs:
capybara-webkit (1.3.1)
capybara (>= 2.0.2, < 2.5.0)
capybara-webkit (1.4.0)
capybara (>= 2.3.0, < 2.5.0)
json
GEM

View File

@ -1,8 +1,8 @@
PATH
remote: ../
specs:
capybara-webkit (1.3.1)
capybara (>= 2.0.2, < 2.5.0)
capybara-webkit (1.4.0)
capybara (>= 2.3.0, < 2.5.0)
json
GEM

View File

@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '1.3.1'.freeze
VERSION = '1.4.0'.freeze
end
end
end