eyes_appium 6.7.37 → 6.7.38

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: 2f171b268251a6f1d1f6ceebf7ce01f75878b4acfe7cafe125256321598333b0
4
- data.tar.gz: da00699828c4e20b3220b14bb5704e8b5338385d2773e089586b466164776db3
3
+ metadata.gz: 9e191286b5d10bf285eb7163ca1fc0512a1eba37cc183ad1408c66ef9cc29d99
4
+ data.tar.gz: 93d3368b411acda61a1eda7bbbbbf27d10983d295947b5b5b1bbc966394c9da9
5
5
  SHA512:
6
- metadata.gz: 87f50c3577f04cb4eeb2a65f2b87b3bf681c15f2650eeaffc876972c1adb787ab3e82b40f16b0d9f5d913951f6e788d853cd79bc42d7c8d88a016d22f85101fc
7
- data.tar.gz: db8b0cafb14c289d3da911543e630b5a8ab01f704afb7ed53889336b68a35c74a27f974ca8209d74e9667c7d4c486ec9383c52541b456985a57180f35829b510
6
+ metadata.gz: d107f68d094af0f4c247dfd87400b0a32fa9f2aacfd66748bec2d99fd49c7668e8ee3bde16be9ec64633d68da161a10643b478afaafad6087e21f6ba8a0e73e5
7
+ data.tar.gz: fdac25098dea3e99046a5d255ccb67cbba061295883fc7e6498b8819af33382f8b9fd281c7b4872c311b3fd64c74d1906901d4b645af0e473c6c1291d8ad8950
data/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.38](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.37...ruby/eyes_appium@6.7.38) (2026-06-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.11.0
9
+ #### Features
10
+
11
+ * add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
12
+ * @applitools/nml-client bumped to 1.11.30
13
+
14
+ * @applitools/tunnel-client bumped to 1.12.0
15
+ #### Features
16
+
17
+ * add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
18
+
19
+
20
+
21
+ * @applitools/ufg-client bumped to 1.22.3
22
+
23
+ * @applitools/core-base bumped to 1.35.1
24
+
25
+ * @applitools/ec-client bumped to 1.12.32
26
+
27
+ * @applitools/core bumped to 4.64.1
28
+
29
+ * eyes_universal bumped to 4.64.1
30
+
31
+ * eyes_core bumped to 6.11.4
32
+
33
+ * eyes_selenium bumped to 6.12.38
34
+
35
+
3
36
  ## [6.7.37](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.36...ruby/eyes_appium@6.7.37) (2026-06-04)
4
37
 
5
38
 
data/eyes_appium.gemspec CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_selenium', "= 6.12.37"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.38"
31
31
  spec.add_dependency 'appium_lib', '>= 10.6.0'
32
32
  # Align with eyes_selenium constraint. Previously had version limit < 4.30 due to
33
33
  # appium_lib compatibility issue (github.com/appium/ruby_lib_core/issues/602)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.7.37'.freeze
5
+ VERSION = '6.7.38'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.37
4
+ version: 6.7.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.12.37
19
+ version: 6.12.38
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.12.37
26
+ version: 6.12.38
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement