eyes_images 6.4.4 → 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: a43d3c8dcba794f9138e13df4185de4bd25087a096c2d126a81f76c8c3bba613
4
- data.tar.gz: 95f2ee21dd1fcdcb3cd981b12b86145dd9b05e7463daa97f8e4172d5c8fee5cf
3
+ metadata.gz: b8b5d25d6869d92e932cf4ee75c9c59f4e3403d081e1b057e8fd718357fa0036
4
+ data.tar.gz: 3ed0033b27e2f8b2cc39da4e9f906aafd394b064a99b7c970dd17b61a28f5b75
5
5
  SHA512:
6
- metadata.gz: 4415d2ef7f5a53e9fccd87eb4a42d169c026afc964e3bd3236efd8e5a206d9b53a01db8014800b0634151f2ae59996434c152296b4b4dbbbee1b3422147d8053
7
- data.tar.gz: 156e26fb891e123ffbc938cecb5d3685c84fb2b3e442115151921004390ce68d78167265623c7362599f20323b7299a5d065055ac9c64a180b41c5e2d8fae555
6
+ metadata.gz: 96377e27d6cd1a5cd02a33517478e2ed670455c3c4277bf2e08b8063a6c2c23fc9c5ea27d6e0542a3f8990bf7a69ca977ba0dc3b282fc9a9f820f700a8e0434d
7
+ data.tar.gz: b42d3905884df96bd8369f549a96c9aff1c0f443d4c7f047c4df77203e01a438bac50f2e2f90b0128803f10bb68451769589139b57223c058800ec514dd7713a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
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
+
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)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/dom-snapshot bumped to 4.11.15
24
+
25
+ * @applitools/driver bumped to 1.20.4
26
+ #### Bug Fixes
27
+
28
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
29
+ * eyes_universal bumped to 4.31.0
30
+ #### Features
31
+
32
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
33
+
34
+
35
+
36
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
37
+
38
+ * @applitools/spec-driver-selenium bumped to 1.5.95
39
+
40
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
41
+
42
+ * @applitools/screenshoter bumped to 3.10.5
43
+
44
+ * @applitools/nml-client bumped to 1.8.24
45
+
46
+ * @applitools/ufg-client bumped to 1.16.3
47
+ #### Bug Fixes
48
+
49
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
50
+ * @applitools/ec-client bumped to 1.10.3
51
+
52
+ * @applitools/core bumped to 4.31.0
53
+ #### Features
54
+
55
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
56
+
57
+
58
+ #### Bug Fixes
59
+
60
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
61
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
62
+
63
+
64
+
65
+ * eyes_core bumped to 6.5.2
66
+
67
+
3
68
  ## [6.4.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.3...ruby/eyes_images@6.4.4) (2025-01-19)
4
69
 
5
70
 
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.1"
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.4'.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.4
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-19 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.1
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.1
26
+ version: 6.5.3
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com