selenium-webdriver 2.49.0 → 2.50.0
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
|
@@ -170,7 +170,7 @@ module Selenium
|
|
|
170
170
|
|
|
171
171
|
def macosx_path
|
|
172
172
|
path = "/Applications/Firefox.app/Contents/MacOS/firefox-bin"
|
|
173
|
-
path = "~/Applications/Firefox.app/Contents/MacOS/firefox-bin" unless File.exist?(path)
|
|
173
|
+
path = File.expand_path("~/Applications/Firefox.app/Contents/MacOS/firefox-bin") unless File.exist?(path)
|
|
174
174
|
path = Platform.find_binary("firefox-bin") unless File.exist?(path)
|
|
175
175
|
|
|
176
176
|
path
|
|
Binary file
|
data/selenium-webdriver.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: selenium-webdriver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.
|
|
5
|
+
version: 2.50.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Jari Bakken
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2016-01-
|
|
13
|
+
date: 2016-01-27 00:00:00 -06:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|