eyes_selenium 4.1.3 → 4.2.0

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: 482c892bff02afebfd72ca8addc50e11f25b567197b703a091579bc40a8f211a
4
- data.tar.gz: '08b4163603b5ea9d283d2764a64433a5cc80c8a5401aa300813156d1d644d448'
3
+ metadata.gz: 7a0429548cc0fce9a062cd9c704f61042a3d710039761d4bed298b817f2202ac
4
+ data.tar.gz: f7b0f9f841dca70f6d57a85455c02556fa214b642f27e01e63b79a0b286c705f
5
5
  SHA512:
6
- metadata.gz: 7ae417648a25b296063515f04e72a8ce84e2e8db53a6dc4ca7926c64611f9cea9db9f8db30d352d34b8d9e3b9223a0675c7386a048481da6c8e3b3bea383d80c
7
- data.tar.gz: ec7b1ee2b2764e74bec8d422ba11e5833bf4ee7f79daf7be1b106fce2ebaa7a2ffbfc06f4d10591e62c7aa91860646864f6f0cde177545658cfa50f427943b69
6
+ metadata.gz: d4cc91632acf9d157a40d84af3a7068165268b871c62c743aee895a59859417fa34ba4d9b95421192f65135098dbb0cab98ab3308c754fa9f3248c1fcbe1aa6b
7
+ data.tar.gz: ab3833234ee104a642fe7c646ff5cb6f71819f3c4e70414ad450f1c7dd8dc9b8fbc31b3c565010e79b18c64446da7b22f03972513b87d1405769bb3dc355c0d3
@@ -9,12 +9,12 @@ module Devices
9
9
  GalaxyNote2 = 'Galaxy Note 2'.freeze
10
10
  GalaxyNote3 = 'Galaxy Note 3'.freeze
11
11
  GalaxyNote4 = 'Galaxy Note 4'.freeze
12
- GalaxyNote8 = 'Galaxy Note 8'.freeze
12
+ # GalaxyNote8 = 'Galaxy Note 8'.freeze
13
13
  GalaxyNote9 = 'Galaxy Note 9'.freeze
14
14
  GalaxyS3 = 'Galaxy S3'.freeze
15
15
  GalaxyS5 = 'Galaxy S5'.freeze
16
- GalaxyS8 = 'Galaxy S8'.freeze
17
- GalaxyS8Plus = 'Galaxy S8 Plus'.freeze
16
+ # GalaxyS8 = 'Galaxy S8'.freeze
17
+ # GalaxyS8Plus = 'Galaxy S8 Plus'.freeze
18
18
  GalaxyS9 = 'Galaxy S9'.freeze
19
19
  GalaxyS9Plus = 'Galaxy S9 Plus'.freeze
20
20
  GalaxyS10 = 'Galaxy S10'.freeze
@@ -84,12 +84,12 @@ module Devices
84
84
  GalaxyNote2,
85
85
  GalaxyNote3,
86
86
  GalaxyNote4,
87
- GalaxyNote8,
87
+ # GalaxyNote8,
88
88
  GalaxyNote9,
89
89
  GalaxyS3,
90
90
  GalaxyS5,
91
- GalaxyS8,
92
- GalaxyS8Plus,
91
+ # GalaxyS8,
92
+ # GalaxyS8Plus,
93
93
  GalaxyS9,
94
94
  GalaxyS9Plus,
95
95
  GalaxyS10,
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '4.1.3'.freeze
5
- UNIVERSAL_VERSION = '2.10.3'.freeze
4
+ VERSION = '4.2.0'.freeze
5
+ UNIVERSAL_VERSION = '2.10.8'.freeze
6
6
  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: 4.1.3
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 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: 4.1.3
19
+ version: 4.2.0
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: 4.1.3
26
+ version: 4.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement