ace-support-fs 0.3.0 → 0.3.1

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: 2c4e0121b057bd9f4bc10f6ecfd197a0df1a6050e18f1a82a855e4364a85629c
4
- data.tar.gz: 23b62d54c4026a400e90c2a72577b87c8e482219d9035f1a867713d76a511e40
3
+ metadata.gz: d3daf3eb78ac2ae73b1f3a327074e1789dfbffc5097038d0498d9aadae8e2622
4
+ data.tar.gz: ea25bdf5b06f18bdf7f0328517cd4b774fc3ef1c1b7f8d87ec4d225bd70bf708
5
5
  SHA512:
6
- metadata.gz: 329d52c1e0c1fb79a4466732188680570b3003cd3333a29a87c1283bc235d0d4f38c53d34e6b118aa9fe53e78e0197527f867714e5e58ccaa3a9bec0d93a8321
7
- data.tar.gz: 3abd750584076f9e59e94a39651db0cafbf58efac334282f083c9fffcb4e541f37d877155512e5ceed0b88f92a929271cbe8c95d772fa2fcbbef5686960a2da0
6
+ metadata.gz: 45ed00e32d5a2c68b8aa93bc233b07ffa9abfcfd916927d86fa28b9ec709744fcf08e26e8a4cf6876c6b2ca2e9e8355d25ec9ae00265addab7e5d8947f642453
7
+ data.tar.gz: 33f603f392ebaae132fbabfc74e8faf239b28d44d25e910621c890162a04d866f415fed68c9b593820b4d119cae33da0bf90f080c81b15f49e45ced9703dbc9c
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.1] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
14
+
10
15
  ## [0.3.0] - 2026-03-23
11
16
 
12
17
  ### Technical
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  File system primitives for ACE path resolution and project root discovery.
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-fs"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-support-fs.svg" /></a>
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Support
5
5
  module Fs
6
- VERSION = "0.3.0"
6
+ VERSION = "0.3.1"
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-fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
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: Infrastructure gem providing unified path expansion, project root detection,
13
13
  and directory traversal functionality for ace-* gems. Library-only gem following