eyes_universal 4.33.0 → 4.35.1
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/Rakefile +0 -0
- data/ext/eyes-universal/core.tar.gz +0 -0
- data/lib/applitools/eyes_universal/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85ba8aba7ca30a932cf51ebe667ec9dd39d88a2a37918beed88ec2c224a7b4ed
|
4
|
+
data.tar.gz: 4002a2bd246a0b11ce2d2c13b0154bf2e2d521d172f8345c47f1d289e3adafeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7d6c505eeff8ee1a3b98b7a0405f1b10866b4c9e04b916ce3d428a6c6b031b38ce5d80d5356987179d9cebf5383286d1eba23c4aec36631baebfe648c9cf870
|
7
|
+
data.tar.gz: ee5c31b4b0dfdc5149934f4cf634689f22185c063d5d93a1e3a78e163d4b833380c0740516274dec0395d6cf1826e776b7d172afb849fef50b9678625e6ed3c8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.35.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.33.0...ruby/eyes_universal@4.35.1) (2025-04-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/core bumped to 4.35.1
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* dummy ([9b8ffef](https://github.com/Applitools-Dev/sdk/commit/9b8ffef6277015a9073caf50f5dc5741986fbf07))
|
12
|
+
|
3
13
|
## [4.33.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes-universal@4.32.2...ruby/etes-universal@4.33.0) (2025-03-26)
|
4
14
|
|
5
15
|
|
data/ext/eyes-universal/Rakefile
CHANGED
File without changes
|
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.35.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03
|
11
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|
@@ -66,7 +66,7 @@ homepage: https://www.applitools.com
|
|
66
66
|
licenses:
|
67
67
|
- Applitools
|
68
68
|
metadata: {}
|
69
|
-
post_install_message:
|
69
|
+
post_install_message:
|
70
70
|
rdoc_options: []
|
71
71
|
require_paths:
|
72
72
|
- lib
|
@@ -81,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
|
-
rubygems_version: 3.
|
85
|
-
signing_key:
|
84
|
+
rubygems_version: 3.1.6
|
85
|
+
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: Applitools Ruby Universal binaries for SDK
|
88
88
|
test_files: []
|