eyes_selenium 4.1.4 → 4.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6800a0c856092cd821084729310bb4bf0a8135bfbba05e8b3d53f1dacadbaaa8
4
- data.tar.gz: fad1ee263578b29dcc6c87e9d43fd74c160d5acfe4df3122a876ba297c346b9e
3
+ metadata.gz: 7a0429548cc0fce9a062cd9c704f61042a3d710039761d4bed298b817f2202ac
4
+ data.tar.gz: f7b0f9f841dca70f6d57a85455c02556fa214b642f27e01e63b79a0b286c705f
5
5
  SHA512:
6
- metadata.gz: cfd1c0e47b163558971c7bc51748db0fa7bd0a5b1b35d4f6b847d07ac8260cd482c9c790f65b5922f577516d8f221e0b23f3017c9c1c0bc4b516116f72dcdae0
7
- data.tar.gz: fcf1dcfaa21426b1ca709c8e5bd8e1fc4a2e7b8c7da8aca8e5a9071cb5a16eeffd9bcbed1bf4377b6f1234bd516cbe3e827dcfe73d8e5b8485ffbf80eed5bf97
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.4'.freeze
4
+ VERSION = '4.2.0'.freeze
5
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.4
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-09-02 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.4
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.4
26
+ version: 4.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement