pivotal-selenium-rc 1.6.20090512 → 1.7.20090512

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ 1.7.20090512
2
+ Properly handling Errno::EADDRNOTAVAIL when starting on windows.
3
+
1
4
  1.6.20090512
2
5
  Properly terminate server when the process exits.
3
6
  Fixed server blocking the process issue.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
- :minor: 6
3
+ :minor: 7
4
4
  :patch: 20090512
5
5
  :jar_url: http://nexus.openqa.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-remote-control/1.0-SNAPSHOT/selenium-remote-control-1.0-20090512.181627-79-dist.zip
@@ -20,7 +20,8 @@ module SeleniumRC
20
20
  socket.close unless socket.nil?
21
21
  true
22
22
  rescue Errno::ECONNREFUSED,
23
- Errno::EBADF # Windows
23
+ Errno::EBADF, # Windows
24
+ Errno::EADDRNOTAVAIL # Windows
24
25
  false
25
26
  end
26
27
  end
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.6.20090512
4
+ version: 1.7.20090512
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs