eyes_selenium 6.3.5 → 6.3.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b1157011e9db0b0ce9d29b8e8a177ecb76178c893b65060661316ad9c946db4
|
4
|
+
data.tar.gz: b68107cf1f78fb2e54103f925ed7688315a741c436b4278abf74e5055f9fafaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 732e4877b8061c702dab466ee0b851f5e8cab8aaf224e8909032b4acdb8ef1f4f14ab6d7a74383a2d98a0eae77c4a26f8cca3b90bdc63d421b40ad5ac9149748
|
7
|
+
data.tar.gz: a83e1322f1d49fef5fec889b1ca281f602d27fb7eeef7668552f2a8e52ccbd092e0a6df18189b621c91ae07f28593bbd7e114af5e3a75a0bf6e01293d0837f6d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,173 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.7...ruby/eyes_selenium@6.3.8) (2024-09-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
9
|
+
|
10
|
+
|
11
|
+
### Dependencies
|
12
|
+
|
13
|
+
* @applitools/dom-capture bumped to 11.4.0
|
14
|
+
#### Features
|
15
|
+
|
16
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
17
|
+
* @applitools/driver bumped to 1.19.0
|
18
|
+
#### Features
|
19
|
+
|
20
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
21
|
+
|
22
|
+
|
23
|
+
#### Bug Fixes
|
24
|
+
|
25
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
26
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
27
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
28
|
+
#### Bug Fixes
|
29
|
+
|
30
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
* @applitools/core-base bumped to 1.16.1
|
35
|
+
#### Bug Fixes
|
36
|
+
|
37
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
38
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
39
|
+
|
40
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
41
|
+
|
42
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
43
|
+
|
44
|
+
* @applitools/screenshoter bumped to 3.8.36
|
45
|
+
|
46
|
+
* @applitools/nml-client bumped to 1.8.10
|
47
|
+
|
48
|
+
* @applitools/ec-client bumped to 1.9.4
|
49
|
+
|
50
|
+
* @applitools/core bumped to 4.18.2
|
51
|
+
#### Bug Fixes
|
52
|
+
|
53
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
* eyes_universal bumped to 4.18.2
|
58
|
+
|
59
|
+
* eyes_core bumped to 6.3.8
|
60
|
+
|
61
|
+
|
62
|
+
## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.6...ruby/eyes_selenium@6.3.7) (2024-07-23)
|
63
|
+
|
64
|
+
|
65
|
+
### Dependencies
|
66
|
+
|
67
|
+
* @applitools/driver bumped to 1.18.0
|
68
|
+
#### Features
|
69
|
+
|
70
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
71
|
+
|
72
|
+
|
73
|
+
#### Bug Fixes
|
74
|
+
|
75
|
+
* executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
|
76
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.11
|
77
|
+
|
78
|
+
* @applitools/spec-driver-selenium bumped to 1.5.82
|
79
|
+
|
80
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.11
|
81
|
+
|
82
|
+
* @applitools/screenshoter bumped to 3.8.35
|
83
|
+
|
84
|
+
* @applitools/nml-client bumped to 1.8.9
|
85
|
+
|
86
|
+
* @applitools/ufg-client bumped to 1.12.3
|
87
|
+
#### Bug Fixes
|
88
|
+
|
89
|
+
* update makeUploadResource to include apiKey in the cache key ([#2411](https://github.com/Applitools-Dev/sdk/issues/2411)) ([4114c58](https://github.com/Applitools-Dev/sdk/commit/4114c58ec16fa855374b23810cef1e36d4bb53a7))
|
90
|
+
|
91
|
+
|
92
|
+
#### Performance Improvements
|
93
|
+
|
94
|
+
* trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
|
95
|
+
* @applitools/ec-client bumped to 1.9.3
|
96
|
+
|
97
|
+
* @applitools/core bumped to 4.18.0
|
98
|
+
#### Features
|
99
|
+
|
100
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
* eyes_universal bumped to 4.18.0
|
105
|
+
|
106
|
+
* eyes_core bumped to 6.3.7
|
107
|
+
|
108
|
+
|
109
|
+
## [6.3.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.5...ruby/eyes_selenium@6.3.6) (2024-05-28)
|
110
|
+
|
111
|
+
|
112
|
+
### Dependencies
|
113
|
+
|
114
|
+
* @applitools/req bumped to 1.7.0
|
115
|
+
#### Features
|
116
|
+
|
117
|
+
* dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
|
118
|
+
* @applitools/nml-client bumped to 1.8.5
|
119
|
+
|
120
|
+
* @applitools/tunnel-client bumped to 1.5.3
|
121
|
+
|
122
|
+
* @applitools/ufg-client bumped to 1.12.0
|
123
|
+
#### Features
|
124
|
+
|
125
|
+
* dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
* @applitools/ec-client bumped to 1.8.6
|
130
|
+
|
131
|
+
* @applitools/core-base bumped to 1.15.0
|
132
|
+
#### Features
|
133
|
+
|
134
|
+
* tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
|
135
|
+
|
136
|
+
|
137
|
+
#### Bug Fixes
|
138
|
+
|
139
|
+
* multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
* @applitools/core bumped to 4.16.0
|
144
|
+
#### Features
|
145
|
+
|
146
|
+
* tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
|
147
|
+
|
148
|
+
|
149
|
+
#### Bug Fixes
|
150
|
+
|
151
|
+
* multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
|
152
|
+
* throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
|
153
|
+
|
154
|
+
|
155
|
+
#### Performance Improvements
|
156
|
+
|
157
|
+
* don't wait for ufg client when take-snapshots performed on non-… ([#2366](https://github.com/Applitools-Dev/sdk/issues/2366)) ([4d8ab41](https://github.com/Applitools-Dev/sdk/commit/4d8ab41a421ff9b7f6f7d107bc8c5e9647404430))
|
158
|
+
|
159
|
+
|
160
|
+
#### Code Refactoring
|
161
|
+
|
162
|
+
* remove eyesServerUrl and apiKey when not necessary ([#2345](https://github.com/Applitools-Dev/sdk/issues/2345)) ([121ae5d](https://github.com/Applitools-Dev/sdk/commit/121ae5d00417d70d9857b8199b4bcfd92de353c6))
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
* eyes_universal bumped to 4.16.0
|
167
|
+
|
168
|
+
* eyes_core bumped to 6.3.6
|
169
|
+
|
170
|
+
|
3
171
|
## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.4...ruby/eyes_selenium@6.3.5) (2024-05-07)
|
4
172
|
|
5
173
|
|
data/eyes_selenium.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
26
26
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
27
27
|
spec.require_paths = %w(lib)
|
28
|
-
spec.add_dependency 'eyes_core', "=
|
28
|
+
spec.add_dependency 'eyes_core', "= 6.3.8"
|
29
29
|
spec.add_dependency 'selenium-webdriver', '>= 3'
|
30
30
|
spec.add_dependency 'css_parser'
|
31
31
|
spec.add_dependency 'crass'
|
@@ -2,26 +2,9 @@
|
|
2
2
|
|
3
3
|
module IosDeviceNameGenerated
|
4
4
|
extend self
|
5
|
-
IPad_5 = 'iPad (5th generation)'.freeze
|
6
|
-
IPad_6 = 'iPad (6th generation)'.freeze
|
7
5
|
IPad_7 = 'iPad (7th generation)'.freeze
|
8
|
-
IPad_8 = 'iPad (8th generation)'.freeze
|
9
6
|
IPad_9 = 'iPad (9th generation)'.freeze
|
10
|
-
IPad_10 = 'iPad (10th generation)'.freeze
|
11
|
-
IPad_Air_2 = 'iPad Air 2'.freeze
|
12
|
-
IPad_Air_3 = 'iPad Air (3rd generation)'.freeze
|
13
7
|
IPad_Air_4 = 'iPad Air (4th generation)'.freeze
|
14
|
-
IPad_Air_5 = 'iPad Air (5th generation)'.freeze
|
15
|
-
IPad_mini_4 = 'iPad mini 4'.freeze
|
16
|
-
IPad_mini_5 = 'iPad mini (5th generation)'.freeze
|
17
|
-
IPad_mini_6 = 'iPad mini (6th generation)'.freeze
|
18
|
-
IPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)'.freeze
|
19
|
-
IPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)'.freeze
|
20
|
-
IPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)'.freeze
|
21
|
-
IPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)'.freeze
|
22
|
-
IPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)'.freeze
|
23
|
-
IPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)'.freeze
|
24
|
-
IPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)'.freeze
|
25
8
|
|
26
9
|
# Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
|
27
10
|
# deprecate_constant :IPad_Pro_3 not allow to point to new version (
|
@@ -32,13 +15,6 @@ module IosDeviceNameGenerated
|
|
32
15
|
# deprecate_constant :IPad_Pro_4 not allow to point to new version (
|
33
16
|
IPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
|
34
17
|
IPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
|
35
|
-
IPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)'.freeze
|
36
|
-
IPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)'.freeze
|
37
|
-
IPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)'.freeze
|
38
|
-
IPhone_6s = 'iPhone 6s'.freeze
|
39
|
-
IPhone_6s_Plus = 'iPhone 6s Plus'.freeze
|
40
|
-
IPhone_7 = 'iPhone 7'.freeze
|
41
|
-
IPhone_7_Plus = 'iPhone 7 Plus'.freeze
|
42
18
|
IPhone_8 = 'iPhone 8'.freeze
|
43
19
|
IPhone_8_Plus = 'iPhone 8 Plus'.freeze
|
44
20
|
IPhone_X = 'iPhone X'.freeze
|
@@ -48,7 +24,6 @@ module IosDeviceNameGenerated
|
|
48
24
|
# deprecate_constant :IPhone_XS not allow to point to new version (
|
49
25
|
IPhone_XS = 'iPhone Xs'.freeze
|
50
26
|
IPhone_Xs = 'iPhone Xs'.freeze
|
51
|
-
IPhone_Xs_Max = 'iPhone Xs Max'.freeze
|
52
27
|
IPhone_11 = 'iPhone 11'.freeze
|
53
28
|
IPhone_11_Pro_Max = 'iPhone 11 Pro Max'.freeze
|
54
29
|
IPhone_11_Pro = 'iPhone 11 Pro'.freeze
|
@@ -57,66 +32,28 @@ module IosDeviceNameGenerated
|
|
57
32
|
IPhone_12_Pro_Max = 'iPhone 12 Pro Max'.freeze
|
58
33
|
IPhone_12_Pro = 'iPhone 12 Pro'.freeze
|
59
34
|
IPhone_13 = 'iPhone 13'.freeze
|
60
|
-
IPhone_13_mini = 'iPhone 13 mini'.freeze
|
61
35
|
IPhone_13_Pro_Max = 'iPhone 13 Pro Max'.freeze
|
62
36
|
IPhone_13_Pro = 'iPhone 13 Pro'.freeze
|
63
37
|
IPhone_14 = 'iPhone 14'.freeze
|
64
|
-
IPhone_14_Plus = 'iPhone 14 Plus'.freeze
|
65
|
-
IPhone_14_Pro = 'iPhone 14 Pro'.freeze
|
66
38
|
IPhone_14_Pro_Max = 'iPhone 14 Pro Max'.freeze
|
67
39
|
IPhone_15 = 'iPhone 15'.freeze
|
68
|
-
IPhone_15_Plus = 'iPhone 15 Plus'.freeze
|
69
|
-
IPhone_15_Pro = 'iPhone 15 Pro'.freeze
|
70
40
|
IPhone_15_Pro_Max = 'iPhone 15 Pro Max'.freeze
|
71
41
|
|
72
|
-
# Deprecated: Use IosDeviceName::IPhone_SE_1 instead.
|
73
|
-
# deprecate_constant :IPhone_SE not allow to point to new version (
|
74
|
-
IPhone_SE = 'iPhone SE (1st generation)'.freeze
|
75
|
-
IPhone_SE_1 = 'iPhone SE (1st generation)'.freeze
|
76
|
-
IPhone_SE_2 = 'iPhone SE (2nd generation)'.freeze
|
77
|
-
IPhone_SE_3 = 'iPhone SE (3rd generation)'.freeze
|
78
|
-
IPod_touch_7 = 'iPod touch (7th generation)'.freeze
|
79
|
-
|
80
42
|
def enum_values
|
81
43
|
[
|
82
|
-
IPad_5,
|
83
|
-
IPad_6,
|
84
44
|
IPad_7,
|
85
|
-
IPad_8,
|
86
45
|
IPad_9,
|
87
|
-
IPad_10,
|
88
|
-
IPad_Air_2,
|
89
|
-
IPad_Air_3,
|
90
46
|
IPad_Air_4,
|
91
|
-
IPad_Air_5,
|
92
|
-
IPad_mini_4,
|
93
|
-
IPad_mini_5,
|
94
|
-
IPad_mini_6,
|
95
|
-
IPad_Pro_9_7_inch_1,
|
96
|
-
IPad_Pro_10_5_inch_1,
|
97
|
-
IPad_Pro_11_inch_1,
|
98
|
-
IPad_Pro_12_9_inch_1,
|
99
|
-
IPad_Pro_11_inch_2,
|
100
|
-
IPad_Pro_12_9_inch_2,
|
101
|
-
IPad_Pro_11_inch_3,
|
102
47
|
IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
|
103
48
|
IPad_Pro_12_9_inch_3,
|
104
49
|
IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead.
|
105
50
|
IPad_Pro_11_inch_4,
|
106
|
-
IPad_Pro_12_9_inch_4,
|
107
|
-
IPad_Pro_12_9_inch_5,
|
108
|
-
IPad_Pro_12_9_inch_6,
|
109
|
-
IPhone_6s,
|
110
|
-
IPhone_6s_Plus,
|
111
|
-
IPhone_7,
|
112
|
-
IPhone_7_Plus,
|
113
51
|
IPhone_8,
|
114
52
|
IPhone_8_Plus,
|
115
53
|
IPhone_X,
|
116
54
|
IPhone_XR,
|
117
55
|
IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead.
|
118
56
|
IPhone_Xs,
|
119
|
-
IPhone_Xs_Max,
|
120
57
|
IPhone_11,
|
121
58
|
IPhone_11_Pro_Max,
|
122
59
|
IPhone_11_Pro,
|
@@ -125,22 +62,12 @@ module IosDeviceNameGenerated
|
|
125
62
|
IPhone_12_Pro_Max,
|
126
63
|
IPhone_12_Pro,
|
127
64
|
IPhone_13,
|
128
|
-
IPhone_13_mini,
|
129
65
|
IPhone_13_Pro_Max,
|
130
66
|
IPhone_13_Pro,
|
131
67
|
IPhone_14,
|
132
|
-
IPhone_14_Plus,
|
133
|
-
IPhone_14_Pro,
|
134
68
|
IPhone_14_Pro_Max,
|
135
69
|
IPhone_15,
|
136
|
-
IPhone_15_Plus,
|
137
|
-
IPhone_15_Pro,
|
138
70
|
IPhone_15_Pro_Max,
|
139
|
-
IPhone_SE, # Deprecated: Use IosDeviceName::IPhone_SE_1 instead.
|
140
|
-
IPhone_SE_1,
|
141
|
-
IPhone_SE_2,
|
142
|
-
IPhone_SE_3,
|
143
|
-
IPod_touch_7,
|
144
71
|
]
|
145
72
|
end
|
146
73
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_selenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.3.
|
4
|
+
version: 6.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eyes_core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.3.
|
19
|
+
version: 6.3.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 6.3.
|
26
|
+
version: 6.3.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: selenium-webdriver
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
- !ruby/object:Gem::Version
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
|
-
rubygems_version: 3.
|
190
|
+
rubygems_version: 3.1.6
|
191
191
|
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: Applitools Ruby Selenium SDK
|