eyes_selenium 6.12.1 → 6.12.2

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: 52edb82c0cf62ffa1fce6226574156bc9a3e5d0a934f74515ce954ab10ff5153
4
- data.tar.gz: 869a19c91e52a527cfb6541bbaf0704fbaacf70100008f18211343fe22960ba7
3
+ metadata.gz: a5f31eb26ba9330ff982bbf1667708824245f45068e0635ddc895c0b95012ad9
4
+ data.tar.gz: 020a0e33535b1ebe917d62b1627bd98c0c28630cbb6b7ad0a206eddeda1e4cab
5
5
  SHA512:
6
- metadata.gz: 7cf334e26a5ac21015a74b790a42a6cd47094757e0faf9750964b9c7e2ba6c372f8665aab330a9e2a6c274dbd84b917bbf7501f52496ca359360aa27b270e43d
7
- data.tar.gz: 5d0aeb884ec797e5a6ed9d501ee679ca9ffa2119008f5c005017e30b16185e1715a2a0b15f266d3f1154aca238d3a46fa5d44e6ba2afd2325cbcd823e24b9a57
6
+ metadata.gz: 1b30a756b2a916342db34da43c05f2ae2f574247f46015222ddeec4e5b0313292410c2bffb869fc1c2dcaea0a3a5cabe25fb077a70e1f19765f22e8f5065357f
7
+ data.tar.gz: fc0842c43e5c1f393a1c58048f544fc7ba8c8e2040e8e6c52bed934bc81c718172078abc59892af167a1e18e96661eb97976fe191895d04ce5462a6dd2fab1c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.1...ruby/eyes_selenium@6.12.2) (2025-09-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.12.0
9
+ #### Features
10
+
11
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
12
+ * @applitools/logger bumped to 2.2.3
13
+
14
+ * @applitools/dom-snapshot bumped to 4.13.6
15
+
16
+ * @applitools/socket bumped to 1.3.4
17
+
18
+ * @applitools/req bumped to 1.8.3
19
+
20
+ * @applitools/image bumped to 1.2.3
21
+
22
+ * @applitools/dom-capture bumped to 11.6.4
23
+
24
+ * @applitools/driver bumped to 1.23.4
25
+
26
+ * @applitools/spec-driver-webdriver bumped to 1.4.4
27
+
28
+ * @applitools/spec-driver-selenium bumped to 1.7.4
29
+
30
+ * @applitools/spec-driver-puppeteer bumped to 1.6.4
31
+
32
+ * @applitools/screenshoter bumped to 3.12.4
33
+
34
+ * @applitools/nml-client bumped to 1.11.4
35
+
36
+ * @applitools/tunnel-client bumped to 1.11.1
37
+
38
+ * @applitools/ufg-client bumped to 1.17.3
39
+
40
+ * @applitools/core-base bumped to 1.27.3
41
+
42
+ * @applitools/ec-client bumped to 1.12.6
43
+
44
+ * @applitools/core bumped to 4.46.0
45
+ #### Features
46
+
47
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
48
+
49
+
50
+ #### Bug Fixes
51
+
52
+ * update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
53
+
54
+
55
+
56
+ * eyes_universal bumped to 4.46.0
57
+
58
+ * eyes_core bumped to 6.9.2
59
+
60
+ * @applitools/test-server bumped to 1.3.2
61
+
62
+
3
63
  ## [6.12.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.0...ruby/eyes_selenium@6.12.1) (2025-09-04)
4
64
 
5
65
 
@@ -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.1"
30
+ spec.add_dependency 'eyes_core', "= 6.9.2"
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.1'.freeze
5
+ VERSION = '6.12.2'.freeze
6
6
  end
7
7
  end
8
8
 
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.1
4
+ version: 6.12.2
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-09-04 00:00:00.000000000 Z
11
+ date: 2025-09-09 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.1
19
+ version: 6.9.2
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.1
26
+ version: 6.9.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement