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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dc9853e3f70693cc0dc687ab61f645ed432d0afae57a7dd2d7e87c746da9236
4
- data.tar.gz: 4f85e3e89c5efefdbab60d3776e4a2c6b92feb2067a1bdbdc7954723caada2c4
3
+ metadata.gz: 711c81d675176437c438b14b23f02b2ad77c54f0a5073c53e19b36dbb6a0056d
4
+ data.tar.gz: ea03931e4c6316d7c7303cad0cc4386b3454a785a95fd291143c237143fd9f35
5
5
  SHA512:
6
- metadata.gz: fff3491b92a232bbbfe39aaf01ddf6f0e3924ff0d9644609572248d4338b0ecceadbcbd5a19f0854398e43c482864d2336eea6a9aaceb97e4ba9a9dda6a654f2
7
- data.tar.gz: dada165a45b5b184b95f5a49cf30775a8e4290530f13e4ea75337aacfcf2cb4cb4267da621a3311ac2620b82c6d8c71c22a680acc3cb89e0fdc78cb8f9ff342c
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Demo
5
- VERSION = '0.25.6'
5
+ VERSION = '0.25.7'
6
6
  end
7
7
  end
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.6
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-04-26 00:00:00.000000000 Z
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