eyes_universal 4.31.0 → 4.32.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: 317d1950c51c333c05cb3faa678c8ba64d2803f788427f0a473ef54494185dfe
4
- data.tar.gz: b5eb0ee0dd8771202c59f98bc581d7f0e87d8b184fcaa59094f6b2f73a20fd2f
3
+ metadata.gz: 4b3aef2a88d5cc0442166da26ff7b3fe6a1af30e79007c47fa3b485fa7dd219a
4
+ data.tar.gz: 60e8570fad8722b3c9e3ff016774da1727686a1960b699b6d427ba6c9c2f9bb2
5
5
  SHA512:
6
- metadata.gz: fcb423216b9f08b98798a212d86a75b9468e8eacc9f974547c10865984ba6236a5e79700e840f719a6dc0e915356ce6513c957ff2f12a6f3e83c6ff50d84c153
7
- data.tar.gz: 512538c9b8936e4e4c126fd1c00c4163e14a7a2c4953e3735df0126d12d4c448f2b851724a9e6843d7e3041419ac86cec27e3aa88371445cdfc2423447b0a12e
6
+ metadata.gz: cc3cdd1585a71c8c70b727d9db6c8bed0a0d2d6efb97376a6639e351f0e54239067dd0849133b94b000ca79e92f2727ff36ad5967c3201f2a62e3cee821270c9
7
+ data.tar.gz: b600a87c14747aed2723efb30e51095c5e9691f6794da902c45937cdf823b89e8bbe8de59ce52afafacbf61e66b892eb3f81bc1f6f394a3566d77c2efb4fff88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.32.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.31.0...ruby/eyes_universal@4.32.2) (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
+
3
14
  ## [4.31.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.29.1...ruby/eyes_universal@4.31.0) (2025-01-30)
4
15
 
5
16
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.31.0'.freeze
5
+ VERSION = '4.32.2'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.31.0
4
+ version: 4.32.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-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: open-uri