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

Commit

Permalink
Bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Aug 30, 2015
1 parent 2ed3515 commit 6c375e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.6.0)
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.0)
json

Expand All @@ -25,7 +25,6 @@ GEM
ffi (1.9.8-java)
ffi (1.9.8-x86-mingw32)
json (1.8.3)
json (1.8.3-java)
launchy (2.4.2)
addressable (~> 2.3)
launchy (2.4.2-java)
Expand All @@ -38,9 +37,6 @@ GEM
multi_json (1.11.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-java)
nokogiri (1.6.6.2-x86-mingw32)
mini_portile (~> 0.6.0)
rack (1.6.4)
rack-protection (1.3.2)
rack
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,3 +1,8 @@
New for 1.7.0:

* Capybara 2.5 compatibility (except Node#send_keys)
* Update UnknownUrlHandler warning to use non-deprecated methods

New for 1.6.0:

* New, easier, global configuration API.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.6.0)
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.5.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.6.0)
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.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.6.0".freeze
VERSION = "1.7.0".freeze
end
end
end

0 comments on commit 6c375e5

Please sign in to comment.