eyes_selenium 4.1.4 → 4.3.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: 6800a0c856092cd821084729310bb4bf0a8135bfbba05e8b3d53f1dacadbaaa8
4
- data.tar.gz: fad1ee263578b29dcc6c87e9d43fd74c160d5acfe4df3122a876ba297c346b9e
3
+ metadata.gz: d3c58253ccf0ba72489d8d9fb49a43d3b0287b1644142caf6d18249aea6342ec
4
+ data.tar.gz: b92b9e90014b193acdae60dd3d45da5b80d5601e8be50f4e6c09c3c9f7e57c54
5
5
  SHA512:
6
- metadata.gz: cfd1c0e47b163558971c7bc51748db0fa7bd0a5b1b35d4f6b847d07ac8260cd482c9c790f65b5922f577516d8f221e0b23f3017c9c1c0bc4b516116f72dcdae0
7
- data.tar.gz: fcf1dcfaa21426b1ca709c8e5bd8e1fc4a2e7b8c7da8aca8e5a9071cb5a16eeffd9bcbed1bf4377b6f1234bd516cbe3e827dcfe73d8e5b8485ffbf80eed5bf97
6
+ metadata.gz: 9d89c6fa8e196a7dccbaa29f91185fe441cd8b06d7930cc53e4b843537056edc23a4f7dcf913dfc9324046c816815691d3d86697edb2d829883ef805d9892e24
7
+ data.tar.gz: 57bfd577e866b6e6068095fca91c3ff78457ed099318f6ae1627d9213135efd8c2a25c263e68a57ca15f58b31cc140de6f0f5475cfa4c297ea987a3dda5d82dc
@@ -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
5
- UNIVERSAL_VERSION = '2.10.8'.freeze
4
+ VERSION = '4.3.0'.freeze
5
+ UNIVERSAL_VERSION = '2.12.0'.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.3.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-16 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.3.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.3.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement