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: 4b3aef2a88d5cc0442166da26ff7b3fe6a1af30e79007c47fa3b485fa7dd219a
4
- data.tar.gz: 60e8570fad8722b3c9e3ff016774da1727686a1960b699b6d427ba6c9c2f9bb2
3
+ metadata.gz: a6c4abd48ac96356ec6430bcf1cf46a6e8ee80d8bdf3a1937222870a357d8cdb
4
+ data.tar.gz: e91ebb1979d93a179b9fd992a18b0aec33d0ec95efb49f3fef4515e2f374e57d
5
5
  SHA512:
6
- metadata.gz: cc3cdd1585a71c8c70b727d9db6c8bed0a0d2d6efb97376a6639e351f0e54239067dd0849133b94b000ca79e92f2727ff36ad5967c3201f2a62e3cee821270c9
7
- data.tar.gz: b600a87c14747aed2723efb30e51095c5e9691f6794da902c45937cdf823b89e8bbe8de59ce52afafacbf61e66b892eb3f81bc1f6f394a3566d77c2efb4fff88
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
 
File without changes
Binary file
@@ -34,7 +34,7 @@ module Applitools::EyesUniversal
34
34
  private
35
35
 
36
36
  def server_lib
37
- Gem::Specification.find_by_name(SERVER_GEM_NAME)
37
+ Gem::Specification.find { |spec| spec.name.start_with?(SERVER_GEM_NAME) }
38
38
  rescue Gem::MissingSpecError
39
39
  nil
40
40
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.32.2'.freeze
5
+ VERSION = '4.33.0'.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.32.2
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-06 00:00:00.000000000 Z
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.1.6
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: []