eyes_images 6.7.1 → 6.7.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: d77cf39ae7b45a0c8e5e6fdaf7a099f8284d1366a9c3d27be28ab649b0182213
4
- data.tar.gz: abbaa9dbd03805f4e30fb3b2607b3e567a6bb2ac180c477ce1e556b663daf867
3
+ metadata.gz: c1fed99d14fe1f1f23e58507ce980e6d8ff656271b1407f96260e08733cb8146
4
+ data.tar.gz: ff0753c8610cf36cfab9f081c6f135991619632c1afb6bf73be72870c55535d0
5
5
  SHA512:
6
- metadata.gz: e3d31a50730d98631f7d6cfb4c5595b36e77b722646869bdc73f4e4a171ce9d5b7635584d77ad755fe3e4186f462f55ba21d4d6ed782536457291748ac5362ae
7
- data.tar.gz: 92e9a9767bfd7da9f4752c632ca4e0c1bdaab40101b263f328ec1a8bfce7bc2680ac80a4ada577b3c84b490a2b934ecf824fb68c11641aeb72f28b57f978a254
6
+ metadata.gz: e01de10f10d606ecb49304b1742b6dcc78bf77f6fd5024029769b3a6d6e5dcc1d4110c85f248591130abdf4ec5c1b1dde38fc0c19dee515cfc519771c3c1622c
7
+ data.tar.gz: d580106628adc2faf94f22aef23ddde35aca78fbcbc77312d4070f03294a4181299bab0620e404d17e0eb2bd0c66d73ffcf21e3d1bbcfad7272b5c1faf8e80ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.1...ruby/eyes_images@6.7.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.7.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.0...ruby/eyes_images@6.7.1) (2025-09-04)
4
64
 
5
65
 
data/eyes_images.gemspec CHANGED
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
30
30
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
31
31
  spec.require_paths = %w(lib)
32
- spec.add_dependency 'eyes_core', "= 6.9.1"
32
+ spec.add_dependency 'eyes_core', "= 6.9.2"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.7.1'.freeze
5
+ VERSION = '6.7.2'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.1
4
+ version: 6.7.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
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com