eyes_appium 6.7.5 → 6.7.6

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: 9a2be961d7aa1181cf926a658762f30c5ac69fd359225d3ace926a39f2c9158c
4
- data.tar.gz: ced5def935fa9e052e257a07f6ee9faab03409def05bcd3f8aac53104ff2b5a2
3
+ metadata.gz: 6bc6ae893463d6b4fa48f2b0bf8624c0ed10278a8e843053e5fa567b1850761e
4
+ data.tar.gz: db52ff96590ec2d304493b9e5f95a3b0863d88585173b6af04c3cd8f17cf2405
5
5
  SHA512:
6
- metadata.gz: cca66dd247e87766c2d866e75e4ba51cadc6100e2d427be8d26a533072b8667a87da579773b2e9f649b7d5286e7c18f5b753a297f6a3bddccb4cc83c7971b952
7
- data.tar.gz: 87e400308a468d02ca344c79a983c8c29ba5e6cd56ee6b912d0d8872236c3d8ddfd60a80b0b5d306a6d5f95d21f99b276810209fc980ad40d5044de9778e35b6
6
+ metadata.gz: 539e7d3d575f801002aef0c400e855bfcd27eeba06ee89b59ea14cb4df8657dc97ffe6df42db2bb0ad0fefbf38190af9c6340f8043b39a12ac67268e1bd9eda2
7
+ data.tar.gz: 530e4a1725a4bf6614f70c1ccd486a86e9bc6cf89dc20d49dc00ec081ac0b381715ac461093396ee8f500049c32e60134d434434807b677749c39142a0c09be0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.5...ruby/eyes_appium@6.7.6) (2025-10-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/screenshoter bumped to 3.12.6
9
+ #### Bug Fixes
10
+
11
+ * wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
12
+ * @applitools/nml-client bumped to 1.11.7
13
+
14
+ * @applitools/core-base bumped to 1.28.1
15
+ #### Bug Fixes
16
+
17
+ * unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
18
+ * @applitools/core bumped to 4.49.0
19
+ #### Features
20
+
21
+ * storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
22
+
23
+
24
+ #### Bug Fixes
25
+
26
+ * duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
27
+
28
+
29
+
30
+ * @applitools/ec-client bumped to 1.12.9
31
+
32
+ * eyes_universal bumped to 4.49.0
33
+
34
+ * eyes_core bumped to 6.9.6
35
+
36
+ * eyes_selenium bumped to 6.12.6
37
+
38
+
3
39
  ## [6.7.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.4...ruby/eyes_appium@6.7.5) (2025-09-22)
4
40
 
5
41
 
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.5"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.6"
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.7.5'.freeze
5
+ VERSION = '6.7.6'.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.5
4
+ version: 6.7.6
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-09-22 00:00:00.000000000 Z
11
+ date: 2025-10-01 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.5
19
+ version: 6.12.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.12.5
26
+ version: 6.12.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement