eyes_universal 4.32.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b3aef2a88d5cc0442166da26ff7b3fe6a1af30e79007c47fa3b485fa7dd219a
4
- data.tar.gz: 60e8570fad8722b3c9e3ff016774da1727686a1960b699b6d427ba6c9c2f9bb2
3
+ metadata.gz: 85ba8aba7ca30a932cf51ebe667ec9dd39d88a2a37918beed88ec2c224a7b4ed
4
+ data.tar.gz: 4002a2bd246a0b11ce2d2c13b0154bf2e2d521d172f8345c47f1d289e3adafeb
5
5
  SHA512:
6
- metadata.gz: cc3cdd1585a71c8c70b727d9db6c8bed0a0d2d6efb97376a6639e351f0e54239067dd0849133b94b000ca79e92f2727ff36ad5967c3201f2a62e3cee821270c9
7
- data.tar.gz: b600a87c14747aed2723efb30e51095c5e9691f6794da902c45937cdf823b89e8bbe8de59ce52afafacbf61e66b892eb3f81bc1f6f394a3566d77c2efb4fff88
6
+ metadata.gz: a7d6c505eeff8ee1a3b98b7a0405f1b10866b4c9e04b916ce3d428a6c6b031b38ce5d80d5356987179d9cebf5383286d1eba23c4aec36631baebfe648c9cf870
7
+ data.tar.gz: ee5c31b4b0dfdc5149934f4cf634689f22185c063d5d93a1e3a78e163d4b833380c0740516274dec0395d6cf1826e776b7d172afb849fef50b9678625e6ed3c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
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
+
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)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/core bumped to 4.33.0
19
+ ### Features
20
+
21
+ * 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))
22
+
23
+
3
24
  ## [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
25
 
5
26
 
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.35.1'.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.35.1
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-03-06 00:00:00.000000000 Z
11
+ date: 2025-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri