selenium-webdriver 2.53.2 → 2.53.3

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,9 @@
1
+ 2.53.3 (2016-06-14)
2
+ ===================
3
+
4
+ Firefox:
5
+ * Fix bug with Firefox Binary & Marionette on Remote machines (issue 2281)
6
+
1
7
  2.53.2 (2016-06-13)
2
8
  ===================
3
9
 
@@ -77,10 +77,6 @@ module Selenium
77
77
 
78
78
  desired_capabilities[:marionette] = opts.delete(:marionette) unless opts[:marionette].nil?
79
79
 
80
- if desired_capabilities[:marionette] && Firefox::Binary.version < 45
81
- raise Error::WebDriverError, "Marionette is not supported in Firefox Version #{Firefox::Binary.version}"
82
- end
83
-
84
80
  unless opts.empty?
85
81
  raise ArgumentError, "unknown option#{'s' if opts.size != 1}: #{opts.inspect}"
86
82
  end
@@ -7,7 +7,7 @@ end
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "selenium-webdriver"
10
- s.version = "2.53.2"
10
+ s.version = "2.53.3"
11
11
 
12
12
  s.authors = ["Jari Bakken"]
13
13
  s.email = "jari.bakken@gmail.com"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: selenium-webdriver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.53.2
5
+ version: 2.53.3
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-06-13 00:00:00 -07:00
13
+ date: 2016-06-14 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency