eyes_images 6.4.5 → 6.4.6

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: 96609cf128c828e504d447821b2d48618677f0c619c202f281b41943c8b63719
4
- data.tar.gz: f088d11ae6312ebe40b8af9c0e265a4b8a39f12ca7c84316e3e9d3a5d09cd0b2
3
+ metadata.gz: b8b5d25d6869d92e932cf4ee75c9c59f4e3403d081e1b057e8fd718357fa0036
4
+ data.tar.gz: 3ed0033b27e2f8b2cc39da4e9f906aafd394b064a99b7c970dd17b61a28f5b75
5
5
  SHA512:
6
- metadata.gz: 46b58196ebac04fd2d0f34dd1fb823ddf014fe9fb0540cf361832830c47f8d111c3fa9d83e0b447bfc66a4aba165d1ce3443baec8b88e6ae2e00bd05d218af0f
7
- data.tar.gz: a75a270010cb9d80acd7cb673ed17002751d8eb7bb26cb8b9188cf73f778d9b4ccbe59371ed912a3d4e98dbaad37330f11f52510e9e42e8a2b453ffe8b263745
6
+ metadata.gz: 96377e27d6cd1a5cd02a33517478e2ed670455c3c4277bf2e08b8063a6c2c23fc9c5ea27d6e0542a3f8990bf7a69ca977ba0dc3b282fc9a9f820f700a8e0434d
7
+ data.tar.gz: b42d3905884df96bd8369f549a96c9aff1c0f443d4c7f047c4df77203e01a438bac50f2e2f90b0128803f10bb68451769589139b57223c058800ec514dd7713a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.4.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.5...ruby/eyes_images@6.4.6) (2025-03-06)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.32.2
9
+ #### Bug Fixes
10
+
11
+ * add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
12
+ * support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
13
+ * eyes_universal bumped to 4.32.2
14
+
15
+ * eyes_core bumped to 6.5.3
16
+
17
+
3
18
  ## [6.4.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.4...ruby/eyes_images@6.4.5) (2025-01-30)
4
19
 
5
20
 
data/eyes_images.gemspec CHANGED
@@ -27,5 +27,5 @@ 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.5.2"
30
+ spec.add_dependency 'eyes_core', "= 6.5.3"
31
31
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.4.5'.freeze
5
+ VERSION = '6.4.6'.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.4.5
4
+ version: 6.4.6
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-01-30 00:00:00.000000000 Z
11
+ date: 2025-03-06 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.5.2
19
+ version: 6.5.3
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.5.2
26
+ version: 6.5.3
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com