eyes_appium 6.6.0 → 6.7.0

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: 956959aba7c74cb8d9dcd0af6a59ad218d04d6eca749b40204888decc1285965
4
- data.tar.gz: 5a1fb116c1af86e1622936981e5e973e5e9e9a472d679aac74d02a81de49a67a
3
+ metadata.gz: 044fad7d1928e03d54d5e695dececd7d6c023fbfc076875a321ca5aeec5484e2
4
+ data.tar.gz: 9759f040ba5d1aea5a97410c53bbc42b401c83ca3655620aaa76e3f2b4bf35d9
5
5
  SHA512:
6
- metadata.gz: 1bdb95d63be7802aa5fbd2f58eff51023785d2010dc3f43cf18284e0f228d968a074858ec17a3ee0d296a01e224a6b9c5ce99281b93d2d0afe8c7200e1cc7cae
7
- data.tar.gz: 8f84425af749744a9dfb46556955efa1ac5abe5e3f3697398c8b1e7115a5c6f4a1993e9d19502a251884e652a987813f944b1449ccd184d58773b7a237127385
6
+ metadata.gz: b9683daed94bf977669f1e33b5cd09774048f3322a558e2dab4ed55728febfa6cefbe4b0dd016c1f660d7e39a7f6c56ecc751cd3f428499e7a092c494875891e
7
+ data.tar.gz: 8e8a2b9d29c7abb6903a31925b74dbb248696a270db4e963d4f83bf33be6b469be3a2a7ad5c072d4ddbbc51a6e9adc2249fedae4476637b14fdb7bf12e96f01d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.6.0...ruby/eyes_appium@6.7.0) (2025-08-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.11.0
14
+ #### Features
15
+
16
+ * improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
17
+ * make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
18
+ * eyes_core bumped to 6.9.0
19
+ #### Features
20
+
21
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
22
+
23
+
24
+
25
+ * @applitools/logger bumped to 2.2.1
26
+
27
+ * @applitools/dom-snapshot bumped to 4.13.1
28
+
29
+ * @applitools/socket bumped to 1.3.1
30
+
31
+ * @applitools/req bumped to 1.8.1
32
+
33
+ * @applitools/image bumped to 1.2.1
34
+
35
+ * @applitools/dom-capture bumped to 11.6.1
36
+
37
+ * @applitools/driver bumped to 1.23.1
38
+
39
+ * @applitools/spec-driver-webdriver bumped to 1.4.1
40
+
41
+ * @applitools/spec-driver-selenium bumped to 1.7.1
42
+
43
+ * @applitools/spec-driver-puppeteer bumped to 1.6.1
44
+
45
+ * @applitools/screenshoter bumped to 3.12.1
46
+
47
+ * @applitools/nml-client bumped to 1.11.1
48
+
49
+ * @applitools/tunnel-client bumped to 1.10.2
50
+
51
+ * @applitools/ufg-client bumped to 1.17.1
52
+
53
+ * @applitools/core-base bumped to 1.27.1
54
+
55
+ * @applitools/ec-client bumped to 1.12.2
56
+
57
+ * @applitools/core bumped to 4.44.2
58
+
59
+ * eyes_universal bumped to 4.44.2
60
+ #### Features
61
+
62
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
63
+
64
+
65
+
66
+ * eyes_selenium bumped to 6.12.0
67
+ #### Features
68
+
69
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
70
+
71
+
72
+
73
+ * @applitools/test-server bumped to 1.3.0
74
+ #### Features
75
+
76
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
77
+
78
+
79
+
80
+
3
81
  ## [6.6.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.5.1...ruby/eyes_appium@6.6.0) (2025-07-23)
4
82
 
5
83
 
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.11.0"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.0"
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.6.0'.freeze
5
+ VERSION = '6.7.0'.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.6.0
4
+ version: 6.7.0
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-07-23 00:00:00.000000000 Z
11
+ date: 2025-08-05 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.11.0
19
+ version: 6.12.0
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.11.0
26
+ version: 6.12.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement