eyes_selenium 6.12.9 → 6.12.10

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: f6c3c35688ebc52e1c4358f546e9ec70ad9e97fd3ead9336dceac50e418c1173
4
- data.tar.gz: 98118eee00b7c98cb8709b0574ecd6ee1e34c3c573aeb194712e0c8878638f73
3
+ metadata.gz: 228cadf12facab0fbdb1f164b9609b54aafc1a408f88a2b9df63709ddc797181
4
+ data.tar.gz: 6cb98f7c2f7c5d13a2f8c6b1fe42dd69281941778a7f3f54b63575355c8d9fec
5
5
  SHA512:
6
- metadata.gz: 4720f9adcfcb84a1bc206c9f03573a6a16bd9fabc8975285f0ea4979f6eed1768f0924a38abdfb3299628f5dcf80a64bc3270548808b46212e760d46f69fff49
7
- data.tar.gz: 92ecb80a945e80bc9faaaba3e3517460949f40512bae5f3505facce2a66e2ecdfc3c880fe7e097f0e78ef37c46de6e9f3179bccb7d392e36ac306af9872e2628
6
+ metadata.gz: 67d8699dce20e60370679c617ba835422140679c608a1c4e2dcdd398a6be2f5f0d82b762fb8ded56213023ba5fb1c500be643f855b6076a9dc4a4707a83ae629
7
+ data.tar.gz: 861f38380e65017928d9c292457c34694d71b239d71de606318f1ac710cb40695e3b36d62567fde9cf1b58f2881f52ed6171366c659476e8c33e623910b3ac26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.9...ruby/eyes_selenium@6.12.10) (2025-12-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.3
9
+ #### Bug Fixes
10
+
11
+ * capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
12
+ * @applitools/core bumped to 4.53.2
13
+ #### Bug Fixes
14
+
15
+ * Upgrade core version ([#3398](https://github.com/Applitools-Dev/sdk/issues/3398)) ([68858c7](https://github.com/Applitools-Dev/sdk/commit/68858c7024e0413c1cc6af68752b1c3a9a04bb0b))
16
+
17
+
18
+
19
+ * eyes_universal bumped to 4.53.2
20
+
21
+ * eyes_core bumped to 6.9.10
22
+
23
+
3
24
  ## [6.12.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.8...ruby/eyes_selenium@6.12.9) (2025-11-19)
4
25
 
5
26
 
data/Rakefile CHANGED
@@ -54,15 +54,11 @@ namespace 'github' do
54
54
  # t.pattern = 'spec/bugfix'
55
55
  # end
56
56
  #
57
- # RSpec::Core::RakeTask.new(:calabash) do |t|
58
- # t.pattern = 'spec/calabash'
59
- # end
60
- #
61
57
  # RSpec::Core::RakeTask.new(:images) do |t|
62
58
  # t.pattern = 'spec/images'
63
59
  # end
64
60
  #
65
- # task :github => [:regression, :bugfix, :core, :selenium, :visual_grid, :calabash, :images]
61
+ # task :github => [:regression, :bugfix, :core, :selenium, :visual_grid, :images]
66
62
  # end
67
63
  #
68
64
  # task :unit_tests => [:set_batch_info, :check, 'unit_tests:github']
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_core', "= 6.9.9"
30
+ spec.add_dependency 'eyes_core', "= 6.9.10"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3'
32
32
  spec.add_dependency 'css_parser'
33
33
  spec.add_dependency 'crass'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.9'.freeze
5
+ VERSION = '6.12.10'.freeze
6
6
  end
7
7
  end
8
8
 
@@ -35,9 +35,14 @@ module IosMultiDeviceTargetGenerated
35
35
  IPhone_15_Plus = 'iPhone 15 Plus'.freeze
36
36
  IPhone_15_Pro_Max = 'iPhone 15 Pro Max'.freeze
37
37
  IPhone_16 = 'iPhone 16'.freeze
38
+ IPhone_16e = 'iPhone 16e'.freeze
38
39
  IPhone_16_Pro = 'iPhone 16 Pro'.freeze
39
40
  IPhone_16_Plus = 'iPhone 16 Plus'.freeze
40
41
  IPhone_16_Pro_Max = 'iPhone 16 Pro Max'.freeze
42
+ IPhone_17 = 'iPhone 17'.freeze
43
+ IPhone_17_Pro = 'iPhone 17 Pro'.freeze
44
+ IPhone_17_Pro_Max = 'iPhone 17 Pro Max'.freeze
45
+ IPhone_Air = 'iPhone Air'.freeze
41
46
 
42
47
  def enum_values
43
48
  [
@@ -74,9 +79,14 @@ module IosMultiDeviceTargetGenerated
74
79
  IPhone_15_Plus,
75
80
  IPhone_15_Pro_Max,
76
81
  IPhone_16,
82
+ IPhone_16e,
77
83
  IPhone_16_Pro,
78
84
  IPhone_16_Plus,
79
85
  IPhone_16_Pro_Max,
86
+ IPhone_17,
87
+ IPhone_17_Pro,
88
+ IPhone_17_Pro_Max,
89
+ IPhone_Air,
80
90
  ]
81
91
  end
82
92
  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.12.9
4
+ version: 6.12.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-19 00:00:00.000000000 Z
11
+ date: 2025-12-07 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.9.9
19
+ version: 6.9.10
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.9.9
26
+ version: 6.9.10
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement