eyes_appium 6.7.52 → 6.7.54

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: 16676a4bf23e4efaf753181b902b25c15e2daaf908654530fc712ff2d72376e4
4
- data.tar.gz: 3730c0604b7725729b7a1a9ad02919adaeae455c2314ea29afd76e33cf76345b
3
+ metadata.gz: 81f8598c965b6f0a0e2cd357dbef31c2715efec5cd08ac0e078003fa8e90d1a3
4
+ data.tar.gz: 2404c9724945cd429c4929ab19f55ee0572ca5c6cf862b01a7b03e7dd88cfcdc
5
5
  SHA512:
6
- metadata.gz: 662631ca6cb468b641ac67953bce66b41863735b1daede0abd837557420c416151367892892829898d8e46e94e2d22ca6890c14503b9a223f266464ecd8b3b84
7
- data.tar.gz: 1191372d322f9cb5080d913ef0c879a2c039760d7a613e0633eab5b9690a8b9a9ecaed18933b6401fffd638ae19661342b571647e2c452fd85de9c80a9a803cd
6
+ metadata.gz: a465bff9c69b13bc3aa445220c67b93dafb6c3f0c1f993708bec230eddf23f4c11d8fcd6a914b537611452a5d30044f5592bc59f4ba2872cb747d371333e940d
7
+ data.tar.gz: fb1cec75f1110c597501068f2cd784e2e9c9ed5a5b2e5d9ee9233ad53861274f39cde26cf49e54261f2064fb06f306964137146dcbaefcb6a0a4757f69e26657
data/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.54](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.53...ruby/eyes_appium@6.7.54) (2026-09-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/nml-client bumped to 1.12.3
9
+
10
+ * @applitools/core-base bumped to 1.39.0
11
+ #### Features
12
+
13
+ * NLP authoring (eyes.run) for eyes-playwright via the Eyes NLP service | AD-13296 ([#3936](https://github.com/Applitools-Dev/sdk/issues/3936)) ([c0f81d1](https://github.com/Applitools-Dev/sdk/commit/c0f81d1d3237945001ddf918954ee22a962aea03))
14
+ * @applitools/ec-client bumped to 1.12.46
15
+
16
+ * @applitools/core bumped to 4.70.1
17
+
18
+ * eyes_universal bumped to 4.70.1
19
+
20
+ * eyes_core bumped to 6.13.6
21
+
22
+ * eyes_selenium bumped to 6.13.6
23
+
24
+
25
+ ## [6.7.53](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.52...ruby/eyes_appium@6.7.53) (2026-09-14)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/core bumped to 4.70.0
31
+ #### Features
32
+
33
+ * synthesize a DOM from the accessibility hierarchy for iOS checks without NML | AD-14691 ([#4112](https://github.com/Applitools-Dev/sdk/issues/4112)) ([ee6e04e](https://github.com/Applitools-Dev/sdk/commit/ee6e04e7b46ce8d530202b9bd40cdce255a74728))
34
+ * eyes_universal bumped to 4.70.0
35
+
36
+ * eyes_core bumped to 6.13.5
37
+
38
+ * eyes_selenium bumped to 6.13.5
39
+
40
+
3
41
  ## [6.7.52](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.51...ruby/eyes_appium@6.7.52) (2026-08-30)
4
42
 
5
43
 
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.13.4"
30
+ spec.add_dependency 'eyes_selenium', "= 6.13.6"
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.52'.freeze
5
+ VERSION = '6.7.54'.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.52
4
+ version: 6.7.54
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-08-30 00:00:00.000000000 Z
11
+ date: 2026-09-15 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.13.4
19
+ version: 6.13.6
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.13.4
26
+ version: 6.13.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement