mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Release capybara-webkit 1.1.1
* Merry Christmas!
This commit is contained in:
parent
c0c60547f6
commit
681aa64bf2
5 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
capybara-webkit (1.1.0)
|
capybara-webkit (1.1.1)
|
||||||
capybara (>= 2.0.2, < 2.2.0)
|
capybara (>= 2.0.2, < 2.2.0)
|
||||||
json
|
json
|
||||||
|
|
||||||
|
|
3
NEWS.md
3
NEWS.md
|
@ -1,3 +1,6 @@
|
||||||
|
New for 1.1.1:
|
||||||
|
* Lock capybara dependency to < 2.2.0.
|
||||||
|
|
||||||
New for 1.1.0:
|
New for 1.1.0:
|
||||||
|
|
||||||
* Improve messages for ClickFailed errors to aid debugging.
|
* Improve messages for ClickFailed errors to aid debugging.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /home/mhoran/capybara-webkit
|
remote: /home/mhoran/capybara-webkit
|
||||||
specs:
|
specs:
|
||||||
capybara-webkit (1.1.0)
|
capybara-webkit (1.1.1)
|
||||||
capybara (>= 2.0.2, < 2.2.0)
|
capybara (>= 2.0.2, < 2.2.0)
|
||||||
json
|
json
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /home/mhoran/capybara-webkit
|
remote: /home/mhoran/capybara-webkit
|
||||||
specs:
|
specs:
|
||||||
capybara-webkit (1.1.0)
|
capybara-webkit (1.1.1)
|
||||||
capybara (>= 2.0.2, < 2.2.0)
|
capybara (>= 2.0.2, < 2.2.0)
|
||||||
json
|
json
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
module Capybara
|
module Capybara
|
||||||
module Driver
|
module Driver
|
||||||
class Webkit
|
class Webkit
|
||||||
VERSION = '1.1.0'.freeze
|
VERSION = '1.1.1'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue