ace-support-cli 0.6.7 → 0.6.8
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 +5 -0
- data/lib/ace/support/cli/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: 9465d6244fddba266da89146b48e2fc8dfcebf87d835d93cc90bb14c553fb3d5
|
|
4
|
+
data.tar.gz: e2e2fd7b803bc14d8ef586a678a4e5c28c6b7c9833b05fb3f045e611e407de7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94504fb7bcbc77c7342205ebd3ebe626eb1f137b28f41d62f08bd0395957134971cb8278ed85b15b5a6f9e702c63cc6713f0b9c53952846fd00ae6fc03b86528
|
|
7
|
+
data.tar.gz: 6714d4f23e9481f03a3c8bf2666296373c8d1860cb7e0246535388b3e9cf1261a2e7a31592e6f2fc54a37511c62d93b4e6ea316d372c38628c5c3a20e84dfe25
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
## [0.6.8] - 2026-09-02
|
|
9
|
+
|
|
10
|
+
### Technical
|
|
11
|
+
- Included in the coordinated all-package patch release preparation for ACE monorepo review.
|
|
7
12
|
## [0.6.7] - 2026-04-16
|
|
8
13
|
|
|
9
14
|
### Fixed
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-support-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.8
|
|
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-09-05 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: Provides command DSL, option parsing, registry routing, and runner primitives
|
|
13
13
|
for ACE CLI tools.
|