eyes_universal 4.32.2 → 4.33.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6c4abd48ac96356ec6430bcf1cf46a6e8ee80d8bdf3a1937222870a357d8cdb
|
4
|
+
data.tar.gz: e91ebb1979d93a179b9fd992a18b0aec33d0ec95efb49f3fef4515e2f374e57d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 021430eedcd203620d6e055de78800ea495ac8f11df2969b183da5252ccd10c48b2281d207a7a5de4a6eacde258b4147cb648db7a8eecb85f1d6e3f1529cb783
|
7
|
+
data.tar.gz: a0f1e9e532e2a7725c6805fdf0c6f2922946ecab7e33c7ae3a60b6a632b911aa60c57866280b3b9ef498f9e96bde66bc15a7af41b9fc7c58596e83ac43ccb483
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [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
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/core bumped to 4.33.0
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* support HTTPS_PROXY and HTTP_PROXY environment variables ([#2795](https://github.com/Applitools-Dev/sdk/issues/2795)) ([226ae08](https://github.com/Applitools-Dev/sdk/commit/226ae08627381a1212df8b938c6576e82c777914))
|
12
|
+
|
13
|
+
|
3
14
|
## [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
15
|
|
5
16
|
|
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.33.0
|
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-03-26 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.5.22
|
85
|
+
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: Applitools Ruby Universal binaries for SDK
|
88
88
|
test_files: []
|