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.3.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mhoran committed Aug 18, 2014
1 parent 931c8e4 commit c1b501c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (1.2.0)
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json

Expand All @@ -25,7 +25,6 @@ GEM
ffi (1.9.3-java)
ffi (1.9.3-x86-mingw32)
json (1.8.1)
json (1.8.1-java)
launchy (2.4.2)
addressable (~> 2.3)
launchy (2.4.2-java)
Expand All @@ -38,9 +37,6 @@ GEM
multi_json (1.8.4)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
nokogiri (1.6.2.1-java)
nokogiri (1.6.2.1-x86-mingw32)
mini_portile (= 0.6.0)
rack (1.5.2)
rack-protection (1.3.2)
rack
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.2.0)
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.2.0)
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.2.0)
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
capybara-webkit (1.2.0)
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/webkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '1.2.0'.freeze
VERSION = '1.3.0'.freeze
end
end
end

0 comments on commit c1b501c

Please sign in to comment.