eyes_appium 6.7.21 → 6.7.22
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 +23 -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: 121f0fe9a32729129c77ce6f24861a4c6ef6c5d5404212e1300798cb80207b27
|
|
4
|
+
data.tar.gz: d4fdd261b1ebe35125224b3f6b06050ca3242cb93025c2bf7869d1b4a3488032
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92757b5f1b569ad4a98dfb56085a50ad0aee3a922e1700c4fec25662a03a7d9d969359fe8c1db375c6da0ae6dca438f0bb860f867e1b5eabfab0421aa507bd36
|
|
7
|
+
data.tar.gz: f3d5b8fa10d2aee3d53e90119a2b2dc87894d2ade7bcac3d93c26722b0ef989190e522ca929f9a8f0d955c249c204cec67011a2a59339cdefe5c6afbea4600e5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.22](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.21...ruby/eyes_appium@6.7.22) (2026-03-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.6.10
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* handle empty data URLs in CSS extraction | FLD-4158 ([#3606](https://github.com/Applitools-Dev/sdk/issues/3606)) ([8adef70](https://github.com/Applitools-Dev/sdk/commit/8adef702c7136b0b4a15f150b3d7ca6f649b30a2))
|
|
12
|
+
* @applitools/core bumped to 4.57.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* remove checkNetwork from public API, add unit tests ([#3598](https://github.com/Applitools-Dev/sdk/issues/3598)) ([d0a70a3](https://github.com/Applitools-Dev/sdk/commit/d0a70a3b7319aab6e1ca9dbca5e6a94069955447))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* eyes_universal bumped to 4.57.1
|
|
20
|
+
|
|
21
|
+
* eyes_core bumped to 6.9.21
|
|
22
|
+
|
|
23
|
+
* eyes_selenium bumped to 6.12.22
|
|
24
|
+
|
|
25
|
+
|
|
3
26
|
## [6.7.21](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.20...ruby/eyes_appium@6.7.21) (2026-03-02)
|
|
4
27
|
|
|
5
28
|
|
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.22"
|
|
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.22
|
|
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-03-
|
|
11
|
+
date: 2026-03-08 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.22
|
|
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.22
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: appium_lib
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|