eyes_appium 6.4.4 → 6.5.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: 5fcfa8562652c96b348aba30ea81631c693700dcdcb58a37374238bd5b4aae69
4
- data.tar.gz: d7081f08a381fdf0f85013bac13078603b937263e3fd608e97bae977083dbcaa
3
+ metadata.gz: 03fc6c0dafd7bc998041f33cfc20aa3204befa6b5b58ccaeb6bfe225494b6a6e
4
+ data.tar.gz: 934be0c472a6793f5cddfcbec60d1372ea8e2fa13c2b29f395877a37d88ef877
5
5
  SHA512:
6
- metadata.gz: 220b47d8d64b3c1d0a0ce91121ea694619542ff66c534835553ed8847d8a4b4c064935e43a1004dd8631a46629f738a77a2a7cddab1a5c766a83068506e62a22
7
- data.tar.gz: 6377c0649e4893e868f4c25fc85626fb869eb56e82d82d2fd87744941c4bec6489c81e0503fbc3f8940bf653001ec7eddcf28121b0902c832268dbd7d11210bc
6
+ metadata.gz: eff511ec4ea2f215ca571864fe5a705a0ef9aa721af47f07015ce6c18cb250c5a002672756ffd2b7d1dcccdeafc4ea2a00158654d8d5210c1fab4a4342c8d5ed
7
+ data.tar.gz: 37cde370f1f8e3206b3471dbbb79616a770db20ec99785bf1b1759ce16856758d3f3dc9dc539b217f0232c5b643f73faf46275c5ebf8244f4cd1a6873af73895
data/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.5.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.4.4...ruby/eyes_appium@6.5.0) (2025-07-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * eyes_universal bumped to 4.41.0
14
+ #### Features
15
+
16
+ * updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
17
+ * eyes_core bumped to 6.8.0
18
+ #### Features
19
+
20
+ * updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
21
+
22
+
23
+
24
+ * eyes_selenium bumped to 6.10.0
25
+ #### Features
26
+
27
+ * updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
28
+
29
+
30
+
31
+
3
32
  ## [6.4.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.4.3...ruby/eyes_appium@6.4.4) (2025-06-15)
4
33
 
5
34
 
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.9.2"
30
+ spec.add_dependency 'eyes_selenium', "= 6.10.0"
31
31
  spec.add_dependency 'appium_lib', '>= 10.6.0'
32
32
  # TODO: remove after appium_lib fix issue on their side at https://github.com/appium/ruby_lib_core/issues/602
33
33
  spec.add_dependency 'selenium-webdriver', ['>= 3', '< 4.30']
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.4.4'.freeze
5
+ VERSION = '6.5.0'.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.4.4
4
+ version: 6.5.0
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-06-15 00:00:00.000000000 Z
11
+ date: 2025-07-14 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.9.2
19
+ version: 6.10.0
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.9.2
26
+ version: 6.10.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement