Release capybara-webkit 1.3.0

[ci skip]
This commit is contained in:
Matthew Horan 2014-08-18 14:20:50 -04:00
parent 931c8e459e
commit c1b501ca52
6 changed files with 6 additions and 10 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0) capybara (>= 2.0.2, < 2.5.0)
json json
@ -25,7 +25,6 @@ GEM
ffi (1.9.3-java) ffi (1.9.3-java)
ffi (1.9.3-x86-mingw32) ffi (1.9.3-x86-mingw32)
json (1.8.1) json (1.8.1)
json (1.8.1-java)
launchy (2.4.2) launchy (2.4.2)
addressable (~> 2.3) addressable (~> 2.3)
launchy (2.4.2-java) launchy (2.4.2-java)
@ -38,9 +37,6 @@ GEM
multi_json (1.8.4) multi_json (1.8.4)
nokogiri (1.6.2.1) nokogiri (1.6.2.1)
mini_portile (= 0.6.0) 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 (1.5.2)
rack-protection (1.3.2) rack-protection (1.3.2)
rack rack

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0) capybara (>= 2.0.2, < 2.5.0)
json json

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0) capybara (>= 2.0.2, < 2.5.0)
json json

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0) capybara (>= 2.0.2, < 2.5.0)
json json

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0) capybara (>= 2.0.2, < 2.5.0)
json json

View File

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