eyes_calabash 6.3.14 → 6.3.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 +15 -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: 986072fe332f9cfcb2902c5856a9941ed36981665d9c4035eb877ff9db12975b
|
4
|
+
data.tar.gz: 2a51b729d1a2c96f1a567ce2cd3582a8c7899a1e87fca7c523a83905e41f1941
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9100ae1325425a06892311c03bd16d552abd7170438611f11052bbf45e15ae89f68bc6d861dddba4995b15d3291ffc59ea3095a04bd43fe4573a065a96ff408f
|
7
|
+
data.tar.gz: d05df57cb4429dd00a9187fc5f23be8032643d54f774c59e15177edeab4b121c00da1275aa1e935ab0f56ba450cd5c0602b110d565352135a90fa04ecedfc58a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.14...ruby/eyes_calabash@6.3.15) (2025-03-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/core bumped to 4.32.2
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
|
12
|
+
* support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
|
13
|
+
* eyes_universal bumped to 4.32.2
|
14
|
+
|
15
|
+
* eyes_core bumped to 6.5.3
|
16
|
+
|
17
|
+
|
3
18
|
## [6.3.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.13...ruby/eyes_calabash@6.3.14) (2025-01-30)
|
4
19
|
|
5
20
|
|
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.3.
|
4
|
+
version: 6.3.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: 2025-
|
11
|
+
date: 2025-03-06 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.5.
|
61
|
+
version: 6.5.3
|
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.5.
|
68
|
+
version: 6.5.3
|
69
69
|
description: Provides SDK for writing Applitools Calabash tests.
|
70
70
|
email:
|
71
71
|
- team@applitools.com
|