eyes_universal 4.46.0 → 4.47.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 +10 -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: 7db87d43aa329f3a725536c81af341916802968c2530042b3b85018553387d11
|
4
|
+
data.tar.gz: 0517a6d82208ed9b4abfce481bdd7fe0afdf287a17e8602cff21645ee24639e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37d6d77f9e9b9e76cf07dc11124c5e7799730d07be726e03ed08725a983f4c1ee8e3ae41ab6102bee659334f6a30de118c38fdab364896c2bba8beb79078ac57
|
7
|
+
data.tar.gz: 4f109eeb72d413f2c022bbe930bba4f363d7c216059e1ee1703f2d8dfe734726beaa8c8cbd22632b9e819661e7d416ffea05056e95a4148d883ec94977dbadd6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.47.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.46.0...ruby/eyes_universal@4.47.0) (2025-09-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/core bumped to 4.47.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
|
12
|
+
|
3
13
|
## [4.46.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.45.0...ruby/eyes_universal@4.46.0) (2025-09-09)
|
4
14
|
|
5
15
|
|
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.47.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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|