eyes_calabash 6.5.1 → 6.5.2
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 +31 -0
- data/eyes_calabash.gemspec +1 -1
- data/lib/applitools/eyes_calabash/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: 42f8704d69c39de6e0d0ea1a4d4d53303b1e33682fde04dee71fb99bb9c65f85
|
4
|
+
data.tar.gz: ec26e14c26d92779f50b4c0ab6026aacb3bb0b7b5c5e3c66941b3206af23ad85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96d0a66f0c5fa33825a5dadfbe330921de7bfb6efda4b41ee6d991239fa0bfbbe553637c53d9eb8afa14b5b944ed370ea3bde52bc5ea9b678830e5a3ec1eba10
|
7
|
+
data.tar.gz: e948c14f0f549ebdd12db5bbbddfb4193efaf3512bf9a8ac1b1dc33c9b782864c70f9c6b1a54c9d2833cd519b5990fd9e30739fbd772c2c7d04f2f98be180ba5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,36 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.5.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.5.1...ruby/eyes_calabash@6.5.2) (2025-07-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/nml-client bumped to 1.10.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
* @applitools/core-base bumped to 1.26.0
|
16
|
+
#### Features
|
17
|
+
|
18
|
+
* batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
|
19
|
+
* @applitools/ec-client bumped to 1.11.1
|
20
|
+
|
21
|
+
* @applitools/core bumped to 4.43.0
|
22
|
+
#### Features
|
23
|
+
|
24
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
25
|
+
* batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
* eyes_universal bumped to 4.43.0
|
30
|
+
|
31
|
+
* eyes_core bumped to 6.8.2
|
32
|
+
|
33
|
+
|
3
34
|
## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.5.0...ruby/eyes_calabash@6.5.1) (2025-07-15)
|
4
35
|
|
5
36
|
|
data/eyes_calabash.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_calabash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.5.
|
4
|
+
version: 6.5.2
|
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-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 6.8.
|
61
|
+
version: 6.8.2
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 6.8.
|
68
|
+
version: 6.8.2
|
69
69
|
description: 'Provides SDK for writing Applitools Calabash tests. DEPRECATED: Calabash
|
70
70
|
is no longer actively maintained. Please use eyes_appium for mobile testing.'
|
71
71
|
email:
|