Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Release capybara-webkit 1.1.1
Browse files Browse the repository at this point in the history
* Merry Christmas!
  • Loading branch information
mhoran committed Dec 25, 2013
1 parent c0c6054 commit 681aa64
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.0.gemfile.lock
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.1.gemfile.lock
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/webkit/version.rb
@@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '1.1.0'.freeze
VERSION = '1.1.1'.freeze
end
end
end

0 comments on commit 681aa64

Please sign in to comment.