watir 6.4.1 → 6.4.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad0a6fc9300fe5f8ded1b8b8feb759c5d4743464
4
- data.tar.gz: 46e6ac2e96f1d72776a8b9248aaad15006fc42cb
3
+ metadata.gz: 82e0a1f0202b470c924e61682c83185857184d45
4
+ data.tar.gz: 62bf58042ab3107d7dfa66310db75328d2a6f361
5
5
  SHA512:
6
- metadata.gz: 479a6187261f32ef39578adad23b9e7165a765647a425df955e533ee588ea84438aa3a5583f9524bb805b3f88486457ea0f41b2f3ff6a10fe9a65ea463c6045f
7
- data.tar.gz: e5c7989acf9dfa00b19c81f996a1278178cc31f5e355a4dc82e26b00cfcbbbac7c30a14854450f9b80c52e665d81ecebd49ae96234662a70a2dc4589568cf416
6
+ metadata.gz: 433a40d59782c7f1444c95a995b9b3bffdea122f22c21a680f2c552bd5926b4bd9d97587dc4255f432b8fa673a2e24a7cad46c92b7941b5bc2afeeb5c7ac38ce
7
+ data.tar.gz: 4c91feef374e9cece2aa66f889880579183cbfe058a3aa183db016e9be5325e4a8c8b369553c2dacacbbd7adffea430554929f400c7f56a9ad832851e2d60b78
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 6.4.2 (2017-07-14)
2
+
3
+ * Fix bug with element relocation from ElementCollection (#571)
4
+
1
5
  ### 6.4.1 (2017-07-13)
2
6
 
3
7
  * Fix bug with stale element errors from ElementCollection (#571)
@@ -108,13 +108,6 @@ class ImplementationConfig
108
108
  end
109
109
 
110
110
  matching_guards << :ff_legacy if @ff_legacy
111
-
112
- browser_instance = WatirSpec.new_browser
113
- browser_version = browser_instance.driver.capabilities.version
114
-
115
- matching_browser_with_version = "#{browser}#{browser_version}".to_sym
116
- matching_guards << matching_browser_with_version if browser_version
117
-
118
111
  matching_guards << matching_browser
119
112
  matching_guards << [matching_browser, Selenium::WebDriver::Platform.os]
120
113
  matching_guards << :relaxed_locate if Watir.relaxed_locate?
@@ -128,8 +121,6 @@ class ImplementationConfig
128
121
  @imp.guard_proc = lambda { |args|
129
122
  args.any? { |arg| matching_guards.include?(arg) }
130
123
  }
131
- ensure
132
- browser_instance.close if browser_instance
133
124
  end
134
125
 
135
126
  def firefox_args
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'watir'
5
- s.version = '6.4.1'
5
+ s.version = '6.4.2'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ['Alex Rodionov', 'Titus Fortner']
8
8
  s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1
4
+ version: 6.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Rodionov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-07-13 00:00:00.000000000 Z
12
+ date: 2017-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: selenium-webdriver