ace-support-cli 0.6.2 → 0.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f90e1991953f285459a32cb147c449db7e0e8156962690106734d1260fbee56
4
- data.tar.gz: c974cdf497c7b6885a3a5cd29dce34cf531b0b4f257dd249012382e42c478e90
3
+ metadata.gz: 4c45ddfd0f8690753b1f61d0bd7edd9b7a0b6f2061ee5bb1d8956a3e856578da
4
+ data.tar.gz: 110e674c92fa17291934c47baec9f8e1296f86263f3b6c4e14e07f0a6a8830a8
5
5
  SHA512:
6
- metadata.gz: 192b5345131894c1c0bd44bbb53887411361eadba6d82d8306e3fb15cb1bc0b7b2df34433ea29dfb51f40963e9be7764c3ecec1a2827d35a91421b2701131a1c
7
- data.tar.gz: 90954c90d0cdeb4984ba8bc9fc8a5ba047b2b01f9ab39bf295d5713b6f31c907f888629fe10bbd223b4dbdaa22164163bc7130b521e279b8760b5676fa174fad
6
+ metadata.gz: 220feda7572bad571d6a6afd12762a9d97dd312554fb43a530fa7a1c0038847769d90422bddd27f570fdbf5bc20c882739670db5fbe3ee3ae6182ad24433e86a
7
+ data.tar.gz: 65f4679717750db4105ecde69012680d2125344f441b8188036827089c2561f73577cd2b59e431edece55abbcd807c21d073919541ee88027854c535df5fab12
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
+ ## [0.6.3] - 2026-03-29
8
+
9
+ ### Technical
10
+ - Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
11
+
7
12
  ## [0.6.2] - 2026-03-22
8
13
 
9
14
  ### Technical
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Shared command primitives for consistent ACE CLI behavior.
5
5
 
6
- <img src="https://raw.githubusercontent.com/cs3b/ace/main/docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
6
+ <img src="../docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
7
7
  <br><br>
8
8
 
9
9
  <a href="https://rubygems.org/gems/ace-support-cli"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-support-cli.svg" /></a>
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Support
5
5
  module Cli
6
- VERSION = "0.6.2"
6
+ VERSION = "0.6.3"
7
7
  end
8
8
  end
9
9
  end
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.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
10
+ date: 2026-03-29 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.