eyes_core 6.11.8 → 6.11.9

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: 106afda88cfd2a009d11e29caa6e28cc9038a7929f49e41cb69715baf702ec5c
4
- data.tar.gz: db54cc3c6ede0ba06a74ea3747815c9d2b4c32a768b8830c062e1d0a913dd692
3
+ metadata.gz: 0a91b0bfdbe026e3c54f8551d46340cd5bd619237771b6d1d477ff5666d96c4a
4
+ data.tar.gz: 1752e6378873b9f07bc9735a238c338b0d5eafee132fbd5bb119fae7b7007be9
5
5
  SHA512:
6
- metadata.gz: 300a6a0d90c481cd45a71efeb0c288284763db41eab0f6196128a168131351bd7e0f221a84a415cd63715ea3171c0d28735e00f6c9f7712735d5969ef813b20f
7
- data.tar.gz: fa4960e36c187f045d5d17306ddbfde1c8186bbb07eb5bf025f96f28e8f197d705a1a1a4ac6bf2a80cb28e8b8354a149c126b87c53fc4ca655dd20d2e8562d51
6
+ metadata.gz: ae9da0c741472f79ab238dd502f45fb359e95d9b47b94246a3f6b39dba05d772e769afb4ed688dbdfb6933560b4f224d838c1b220e27573e1f7bd7862d9c7076
7
+ data.tar.gz: 258e884e38bcc23a221cc4ca0d90554ed0d87c8c3a456d85e30bc0458c37c7800cb3b2c5e3ba8eacc2c4cbdbd04e7433bb63908073457c0cedee50697e53e4ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.11.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.8...ruby/eyes_core@6.11.9) (2026-07-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/nml-client bumped to 1.11.35
9
+
10
+ * @applitools/core-base bumped to 1.36.1
11
+ #### Bug Fixes
12
+
13
+ * 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))
14
+ * @applitools/core bumped to 4.66.1
15
+ #### Bug Fixes
16
+
17
+ * 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))
18
+
19
+
20
+
21
+ * @applitools/ec-client bumped to 1.12.37
22
+
23
+ * eyes_universal bumped to 4.66.1
24
+
25
+
3
26
  ## [6.11.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.7...ruby/eyes_core@6.11.8) (2026-06-28)
4
27
 
5
28
 
data/eyes_core.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
 
35
35
  spec.add_dependency 'oj'
36
36
  spec.add_dependency 'websocket'
37
- spec.add_dependency 'eyes_universal', "= 4.66.0"
37
+ spec.add_dependency 'eyes_universal', "= 4.66.1"
38
38
 
39
39
  spec.add_development_dependency 'bundler'
40
40
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.11.8'.freeze
5
+ VERSION = '6.11.9'.freeze
6
6
  end
7
7
 
8
8
  VERSION = Applitools::EyesCore::VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.11.8
4
+ version: 6.11.9
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-06-28 00:00:00.000000000 Z
11
+ date: 2026-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 4.66.0
47
+ version: 4.66.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 4.66.0
54
+ version: 4.66.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement