eyes_appium 6.7.14 → 6.7.15
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 +4 -4
- data/CHANGELOG.md +42 -0
- data/eyes_appium.gemspec +1 -1
- data/lib/applitools/eyes_appium/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc50a653ed1738baaf860e2219ff73453a0bc606c5c69cdf5eb55b631d13a102
|
|
4
|
+
data.tar.gz: 93db278ab5fe7b9eeb7503e73d5108145dfd1eda34d11af0e261640e3ed8ca47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdd70ad1eee43031e1bebd2ed45c5a7dae6ea88438c5540c4bd8b558aee61dcea3773990ca7323d4546aabb61fbf76953b1df2046732809f43b7e286946f687e
|
|
7
|
+
data.tar.gz: d23bbcc6d86cde9771e3a5bf904816a039114cbaa63afc8a1e4e107b4c700de6ba58efd72eac2bc974655c109a351edaeff8f5801daade153682b05232bf645e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.14...ruby/eyes_appium@6.7.15) (2026-01-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.25.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
12
|
+
* @applitools/spec-driver-puppeteer bumped to 1.7.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/core bumped to 4.55.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/dom-snapshot bumped to 4.15.6
|
|
27
|
+
|
|
28
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.5
|
|
29
|
+
|
|
30
|
+
* @applitools/spec-driver-selenium bumped to 1.7.11
|
|
31
|
+
|
|
32
|
+
* @applitools/screenshoter bumped to 3.12.12
|
|
33
|
+
|
|
34
|
+
* @applitools/nml-client bumped to 1.11.15
|
|
35
|
+
|
|
36
|
+
* @applitools/ec-client bumped to 1.12.17
|
|
37
|
+
|
|
38
|
+
* eyes_universal bumped to 4.55.0
|
|
39
|
+
|
|
40
|
+
* eyes_core bumped to 6.9.15
|
|
41
|
+
|
|
42
|
+
* eyes_selenium bumped to 6.12.15
|
|
43
|
+
|
|
44
|
+
|
|
3
45
|
## [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
46
|
|
|
5
47
|
|
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.
|
|
30
|
+
spec.add_dependency 'eyes_selenium', "= 6.12.15"
|
|
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)
|
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.
|
|
4
|
+
version: 6.7.15
|
|
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
|
+
date: 2026-01-19 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.
|
|
19
|
+
version: 6.12.15
|
|
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.
|
|
26
|
+
version: 6.12.15
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: appium_lib
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|