eyes_appium 6.7.2 → 6.7.4

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: 359724752117deb6098a60f2560ce1e793f88dc62c6eec379a28d64f1a23a953
4
- data.tar.gz: 8f190e3482b6656f1d2c63c1c3f22f64bf161aefc0374cdd8958cfef87e680f7
3
+ metadata.gz: a2094c3ad18dcb1c46ccd08fe6484e008cb5837c0aa78f01f64d9bd8e791537f
4
+ data.tar.gz: dd551e422b808d144e4fcc304d72f20b645b29ad3af98b735d46a6a6552af3a3
5
5
  SHA512:
6
- metadata.gz: cb812ae5e150d09765294e454822d9a5b75f4e7125a4e6880f961815e274134773a6123cc933964ad9a3187b9b97126039666a1bc2519caa3cb5292516ddd6af
7
- data.tar.gz: 55b53d54a206fc62b839659e9009d707c0dc4a48e2446d2ecb21a635df14585aa8d00b16332d0a2e6d65ef1fa9faedd9577cdf85d2ed46eb51d93a4f56d973ed
6
+ metadata.gz: ef4d859c29eba8deacb5d3c65960d5d3a2f28e7bc46f9ad6c3af852637ca9f070e252d296153c61f6ddb094a0b8302338b83674c58461f2abb6cb37d4e1f9e5f
7
+ data.tar.gz: afcd09589b91c4c75b08b422eb35ed4c4ff0c612ed7f83b4856aa4df6bc9afff8438d05a95a7aed1ab4c3d71e31ee53a1c93d2bc110404a31e4c500d1a255711
data/CHANGELOG.md CHANGED
@@ -1,5 +1,74 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.3...ruby/eyes_appium@6.7.4) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/core bumped to 4.47.1
13
+ #### Bug Fixes
14
+
15
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
16
+
17
+
18
+
19
+ * @applitools/dom-snapshot bumped to 4.13.7
20
+
21
+ * @applitools/socket bumped to 1.3.5
22
+
23
+ * @applitools/req bumped to 1.8.4
24
+
25
+ * @applitools/dom-capture bumped to 11.6.5
26
+
27
+ * @applitools/driver bumped to 1.23.5
28
+
29
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
30
+
31
+ * @applitools/spec-driver-selenium bumped to 1.7.5
32
+
33
+ * @applitools/spec-driver-puppeteer bumped to 1.6.5
34
+
35
+ * @applitools/screenshoter bumped to 3.12.5
36
+
37
+ * @applitools/nml-client bumped to 1.11.5
38
+
39
+ * @applitools/tunnel-client bumped to 1.11.2
40
+
41
+ * @applitools/ufg-client bumped to 1.17.4
42
+
43
+ * @applitools/core-base bumped to 1.27.4
44
+
45
+ * @applitools/ec-client bumped to 1.12.7
46
+
47
+ * eyes_universal bumped to 4.47.1
48
+
49
+ * eyes_core bumped to 6.9.4
50
+
51
+ * eyes_selenium bumped to 6.12.4
52
+
53
+ * @applitools/test-server bumped to 1.3.3
54
+
55
+
56
+ ## [6.7.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.2...ruby/eyes_appium@6.7.3) (2025-09-15)
57
+
58
+
59
+ ### Dependencies
60
+
61
+ * @applitools/core bumped to 4.47.0
62
+ #### Features
63
+
64
+ * update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
65
+ * eyes_universal bumped to 4.47.0
66
+
67
+ * eyes_core bumped to 6.9.3
68
+
69
+ * eyes_selenium bumped to 6.12.3
70
+
71
+
3
72
  ## [6.7.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.1...ruby/eyes_appium@6.7.2) (2025-09-09)
4
73
 
5
74
 
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.2"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.4"
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.2'.freeze
5
+ VERSION = '6.7.4'.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.2
4
+ version: 6.7.4
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-09 00:00:00.000000000 Z
11
+ date: 2025-09-16 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.2
19
+ version: 6.12.4
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.2
26
+ version: 6.12.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement