eyes_universal 4.47.1 → 4.48.0
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 +21 -0
- data/ext/eyes-universal/core.tar.gz +0 -0
- data/lib/applitools/eyes_universal/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50a5b488031906af08e8b047a4af6902e43a60cd7e97208ed1f210de8f3cb65c
|
4
|
+
data.tar.gz: bcada9bd7762c2c5ba2aff6286bfc7649c1897eb06b949493cbd46de713643a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcc73631908ff4309e8a6c871e8fcd73f6ca4230a6a292b078cdc7472d08081e58b8c9876f874fb71f2c3ce6a6118282c543242b4b0f87b5d8b8504470afae30
|
7
|
+
data.tar.gz: 39094199d4b6c59ba15bfbdb99622451e7ea37d74f0d1f21e61ba4bb95970b87e0066eea4d9ceb7216308aa29e33199f3f4ce7c7ef48d8e8dccd566594e0ffcf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.48.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.47.1...ruby/eyes_universal@4.48.0) (2025-09-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/core-base bumped to 1.28.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
12
|
+
* @applitools/nml-client bumped to 1.11.6
|
13
|
+
|
14
|
+
* @applitools/ec-client bumped to 1.12.8
|
15
|
+
|
16
|
+
* @applitools/core bumped to 4.48.0
|
17
|
+
#### Features
|
18
|
+
|
19
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
3
24
|
## [4.47.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.47.0...ruby/eyes_universal@4.47.1) (2025-09-16)
|
4
25
|
|
5
26
|
|
Binary file
|
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.
|
4
|
+
version: 4.48.0
|
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-09-
|
11
|
+
date: 2025-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|