ace-support-fs 0.3.3 → 0.3.4

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: 3d524d0d2343ac1d77c25b8292b5da7c39d1726ad3e5f6ece3ae51c8dd5abd14
4
- data.tar.gz: 39142b15c7f4c097bce8949a26d56c014121ddaf8baed817be0e5c399b8f905a
3
+ metadata.gz: 85f1c0c0db5b52cc811b2f17d21b260f0dc8b87d3fc346a36674d1dcc742c677
4
+ data.tar.gz: 376402c582884e1c81fada0f2518bf52ad1709ad27b6eabfceec8c4e75de41d2
5
5
  SHA512:
6
- metadata.gz: d11524c4025cb4f89dd476d79b67b2a5fa652adcdfc4e5e9185aa89ed58030664937d7011878e3f686796a45b8037db79cc4950a5eb5753defbeb13f3df5d53e
7
- data.tar.gz: 296cf754fd28415054985396f41487163439fe0b1cdc64cad3d72f059116840535df850898a5e0374a9317c4c9e2b6f5401b57832702a3d1d4d3fa231a57e0aa
6
+ metadata.gz: 8ca3d320025245cae194189fc69bec09def2188c6db742d11960e17a5012b4412f377f95de7bff2ae324334731928394b0d3046f423fc42e134b43dc8cb00a0c
7
+ data.tar.gz: 213fb93884394bd7db89536183346a356aedb35517598bbc4de9698960cf84daa9dbbecd86877bc642ccfd4eb82c3e18bb95d3c11ccd5f5da6ed66320efaff9b
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
+
11
+ ## [0.3.4] - 2026-09-02
12
+
13
+ ### Technical
14
+ - Included in the coordinated all-package patch release preparation for ACE monorepo review.
10
15
  ## [0.3.3] - 2026-04-13
11
16
 
12
17
  ### Changed
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Support
5
5
  module Fs
6
- VERSION = "0.3.3"
6
+ VERSION = "0.3.4"
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.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-20 00:00:00.000000000 Z
10
+ date: 2026-09-05 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