Release capybara-webkit 1.1.1

* Merry Christmas!
This commit is contained in:
Matthew Horan 2013-12-24 19:26:05 -05:00
parent c0c60547f6
commit 681aa64bf2
5 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.1.0)
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.2.0)
json

View File

@ -1,3 +1,6 @@
New for 1.1.1:
* Lock capybara dependency to < 2.2.0.
New for 1.1.0:
* Improve messages for ClickFailed errors to aid debugging.

View File

@ -1,7 +1,7 @@
PATH
remote: /home/mhoran/capybara-webkit
specs:
capybara-webkit (1.1.0)
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.2.0)
json

View File

@ -1,7 +1,7 @@
PATH
remote: /home/mhoran/capybara-webkit
specs:
capybara-webkit (1.1.0)
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.2.0)
json

View File

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