ace-demo 0.25.6 → 0.25.7
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 +6 -0
- data/lib/ace/demo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 711c81d675176437c438b14b23f02b2ad77c54f0a5073c53e19b36dbb6a0056d
|
|
4
|
+
data.tar.gz: ea03931e4c6316d7c7303cad0cc4386b3454a785a95fd291143c237143fd9f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 051bea3997c221ad9d227da73e3f8d8a93b9c7b5d92814c7179d7889a3493ec0216b018a6ce4fd5c1e5476294d9ec8abf1ad58c35f825d861ead760ec76538f2
|
|
7
|
+
data.tar.gz: 40ec891204385d4536952565538d53a683ce944a988808c1e8d2db558a606bc36db454bed206ff26d2708a3223c0e5d53a99489bfec96218415ddb89a32ac5df
|
data/CHANGELOG.md
CHANGED
|
@@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [0.25.7] - 2026-06-30
|
|
11
|
+
|
|
9
12
|
### Fixed
|
|
10
13
|
- Failed YAML tape verification by default when the final asciinema shell exit is non-zero, unless `verify.allow_nonzero_exit: true` opts out explicitly.
|
|
11
14
|
- Surfaced non-zero cast exit codes in `record` / `verify` output and verification reports so broken recordings are diagnosable without opening the raw cast.
|
|
12
15
|
|
|
16
|
+
### Technical
|
|
17
|
+
- Stabilized demo recorder fast tests against the current working directory used for generated visual and cast paths.
|
|
18
|
+
|
|
13
19
|
## [0.25.6] - 2026-04-16
|
|
14
20
|
|
|
15
21
|
### Added
|
data/lib/ace/demo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-demo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.25.
|
|
4
|
+
version: 0.25.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-06-30 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-cli
|