eyes_appium 6.7.25 → 6.7.26

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: 3525329c13fb162ae50f7ecd15da3ff1c356b0e6dfb6649276f0713fe2c83157
4
- data.tar.gz: b839f299942458e81be9a5a42838fb4c452de03445288b4cb01df20c7f6d1dfb
3
+ metadata.gz: 4d0c7f0076f37697765ea483975692f0b573ab39dcc30a7ceda8296cd9c2dea6
4
+ data.tar.gz: 2626605e89313ae03618fa9bc0ad945377933be8921e125c8d1caa7ba5c17a94
5
5
  SHA512:
6
- metadata.gz: e222c6bf12cf89a48573361dfff94c4b04f445a7d3f673053dee6c689d7fd69a27a872e2a5966c5bd217722968db610ec1b0bb90c96873187b95b385d80c44c8
7
- data.tar.gz: 4667d56fa9b73e90d204d25d38363b031a42c8711275de8ebad38c6092b0e462d4dc09204eb6e28bec119c1cfa03170dfa1571492491d65ea94bbf19247339d9
6
+ metadata.gz: 2f02b04e576c8e8c5882667766cea28f2fc6ce0fa828928385d9721365759a894de83bd1ca76b7fde0ecd86465116e4526813559bb3bf22f1b53530affc4bc4b
7
+ data.tar.gz: f42f10e672f5b1dd5e1787269753ec33010b080ff281f07c95a55712f5ed2881e9385f1245bb2c942d8c865b8fed335a0080cc8b817d2bbb795df0ebd3e15eea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.26](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.25...ruby/eyes_appium@6.7.26) (2026-03-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.16.1
9
+ #### Bug Fixes
10
+
11
+ * capture slot assigned nodes in custom shadow roots | FLD-4226 ([#3666](https://github.com/Applitools-Dev/sdk/issues/3666)) ([a794617](https://github.com/Applitools-Dev/sdk/commit/a79461719b76a551838198a426f4b0b8b6d0df51))
12
+ * @applitools/core bumped to 4.58.2
13
+
14
+ * eyes_universal bumped to 4.58.2
15
+
16
+ * eyes_core bumped to 6.9.25
17
+
18
+ * eyes_selenium bumped to 6.12.26
19
+
20
+
3
21
  ## [6.7.25](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.24...ruby/eyes_appium@6.7.25) (2026-03-16)
4
22
 
5
23
 
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.25"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.26"
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.25'.freeze
5
+ VERSION = '6.7.26'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.25
4
+ version: 6.7.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.12.25
19
+ version: 6.12.26
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.25
26
+ version: 6.12.26
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement