eyes_appium 6.7.13 → 6.7.14

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: 56a76d721a61d554f46d37b3b99cd105382dd83a7830df8346d670ca7fb076c8
4
- data.tar.gz: 5de250a1819d26758efccf3ee7658618bc671c261af5fa6e86c9a565e760c758
3
+ metadata.gz: 7fa6e2837521cb553b1e4152a31ea95973f0a776a74003afcc040241a416b852
4
+ data.tar.gz: 76671ab241239f86097db86e6dbc44c4ddb606b8041d316923bae0ecd006858e
5
5
  SHA512:
6
- metadata.gz: c2674d02aaf1a5e7598e8594a2fe3d4201273b8ac8a4f3473159e7290726d644d93eac2b2af1ff6e9f28c709e5be5f111a1745932e2a0304f8c41da53667c56b
7
- data.tar.gz: 8c3dd3cbc7a53a9e70bce86e08ff2aade2bc0e4a2f9a882c77cf2bf54b1e5b2c4f8f31cef733be95af6b0b5160b799da1f2424b89a4f69f0057a7cead37a199d
6
+ metadata.gz: 5e1f4feea2da9fb2038fbd78a5624d2a3c0338f13dbb0a94956b421d4887c558d50e1de489a9487a852642dfb38d0ccc1638eb74f6658bc9ff5c8a6cdbaf223b
7
+ data.tar.gz: ee16e27051b3f7ac3ae852c6d0b01e0f8a166dc715c29000cbe6fa28868fe16a70534c4532ff59f8a0a8b0e85a050ee9c04a1cab2809b315ae7a25c2f29c91a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.13...ruby/eyes_appium@6.7.14) (2026-01-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.54.3
9
+ #### Bug Fixes
10
+
11
+ * `close`/`getResults` race condition ([#3450](https://github.com/Applitools-Dev/sdk/issues/3450)) ([2e5437d](https://github.com/Applitools-Dev/sdk/commit/2e5437dcfde6fda58d76227659ee249bfa3885a7))
12
+ * eyes_universal bumped to 4.54.3
13
+
14
+ * eyes_core bumped to 6.9.14
15
+
16
+ * eyes_selenium bumped to 6.12.14
17
+
18
+
3
19
  ## [6.7.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.12...ruby/eyes_appium@6.7.13) (2026-01-11)
4
20
 
5
21
 
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.13"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.14"
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.13'.freeze
5
+ VERSION = '6.7.14'.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.13
4
+ version: 6.7.14
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-01-11 00:00:00.000000000 Z
11
+ date: 2026-01-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.12.13
19
+ version: 6.12.14
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.13
26
+ version: 6.12.14
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement