pivotal-selenium-rc 1.9.20090610 → 1.10.20090610

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/selenium_rc/server.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :minor: 9
2
+ :minor: 10
3
3
  :patch: 20090610
4
4
  :major: 1
5
5
  :jar_url: http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
@@ -75,7 +75,7 @@ module SeleniumRC
75
75
  end
76
76
 
77
77
  def stop
78
- Net::HTTP.get(host, '/selenium-server/driver/?cmd=shutDown', port)
78
+ Net::HTTP.get(host, '/selenium-server/driver/?cmd=shutDownSeleniumServer', port)
79
79
  end
80
80
 
81
81
  def host
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-selenium-rc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.20090610
4
+ version: 1.10.20090610
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs