eyes_calabash 6.4.2 → 6.4.3
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.
Potentially problematic release.
This version of eyes_calabash might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -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: 8fdb5f08def9683a9beeac83bec6435e25ccd6799062c380fd1b5f02c67ca3ee
|
4
|
+
data.tar.gz: b6e2e17f171655a16fe9d98e201e99ce533be37ae17e99de96a4fc406c262f31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff85b32e4f648843ea51936a485236755c6968fd5195d12982b2fbe30b3b61e140fd6b7a4a55f59f263056cf950bd622bcf519c138982f0be1b3a3e6fd692666
|
7
|
+
data.tar.gz: 1f71961027a7df4b46e89bd8cbb7951a2bacd21dab4c0cb9ee3d491774471ea3a5c6394cdfc1af1165ec95c12bd9699c47190468a598f7288a0d9151ea351558
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.4.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.4.2...ruby/eyes_calabash@6.4.3) (2025-05-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* eyes_universal bumped to 4.38.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* adding the mac-arm64 binary ([#2975](https://github.com/Applitools-Dev/sdk/issues/2975)) ([95d647f](https://github.com/Applitools-Dev/sdk/commit/95d647ff4a451309d985a786f7cec544d926f0e5))
|
12
|
+
* eyes_core bumped to 6.7.1
|
13
|
+
|
14
|
+
|
3
15
|
## [6.4.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.4.1...ruby/eyes_calabash@6.4.2) (2025-04-17)
|
4
16
|
|
5
17
|
|
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.4.
|
4
|
+
version: 6.4.3
|
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-
|
11
|
+
date: 2025-05-22 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.7.
|
61
|
+
version: 6.7.1
|
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.7.
|
68
|
+
version: 6.7.1
|
69
69
|
description: Provides SDK for writing Applitools Calabash tests.
|
70
70
|
email:
|
71
71
|
- team@applitools.com
|