eyes_images 6.7.41 → 6.7.42
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 +4 -4
- data/CHANGELOG.md +25 -0
- data/eyes_images.gemspec +1 -1
- data/lib/applitools/eyes_images/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a16a1b8aaa18775b9a592ffd7272d8fad6ce3124843841b3ef3d1dfa20b1c983
|
|
4
|
+
data.tar.gz: bf218f9a617faa79abb77af5df4901c4719a3d860d70e7e69b1082594c424171
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ae6afa4df9779378f2e9076aae0004e7ea69ccfd3eb3042453a2b817f89586169d386150ec3547f77beb3c30858fca394628cc09287ea9a036bbef4c07e39cc
|
|
7
|
+
data.tar.gz: d57eb710626dcfe8f59b1443f97e8c53fef5a756f411aef2e73180892e64773b51f4236b7d647509e0aeb6287a0b6acf70710f1d06926d073012ea55dc83a58f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.42](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.41...ruby/eyes_images@6.7.42) (2026-07-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.36.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* forward Exact match-level tuning to the server across JS + Java | FLD-4685 ([#3974](https://github.com/Applitools-Dev/sdk/issues/3974)) ([fea351c](https://github.com/Applitools-Dev/sdk/commit/fea351c76c80f63bf658d9573b3d34e0537e0cce))
|
|
12
|
+
* @applitools/core bumped to 4.66.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* stop UFG old-infra retry after a retry fails | AD-14675 ([#3970](https://github.com/Applitools-Dev/sdk/issues/3970)) ([1531893](https://github.com/Applitools-Dev/sdk/commit/1531893cc9c098f3ade329ceae7164600c184fa5))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/nml-client bumped to 1.11.35
|
|
20
|
+
|
|
21
|
+
* @applitools/ec-client bumped to 1.12.37
|
|
22
|
+
|
|
23
|
+
* eyes_universal bumped to 4.66.1
|
|
24
|
+
|
|
25
|
+
* eyes_core bumped to 6.11.9
|
|
26
|
+
|
|
27
|
+
|
|
3
28
|
## [6.7.41](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.40...ruby/eyes_images@6.7.41) (2026-06-28)
|
|
4
29
|
|
|
5
30
|
|
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.11.
|
|
32
|
+
spec.add_dependency 'eyes_core', "= 6.11.9"
|
|
33
33
|
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.
|
|
4
|
+
version: 6.7.42
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-08 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.11.
|
|
19
|
+
version: 6.11.9
|
|
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.11.
|
|
26
|
+
version: 6.11.9
|
|
27
27
|
description: Provides Images SDK for Applitools tests.
|
|
28
28
|
email:
|
|
29
29
|
- team@applitools.com
|