ace-handbook-integration-codex 0.3.1 → 0.3.2

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: 926ad684b70003019b93780b5199cfd10b961b89a3d7bf1a8ca6e99ef1b945b7
4
- data.tar.gz: 8c85850418b549566f1d3badfe56de699a694abda929aacc22af3fd2a3ed028d
3
+ metadata.gz: ec75d96312068bd284e74018f29f1e95ed3537dd3a655b37af54db711453348a
4
+ data.tar.gz: ef58757dcdca6eff2a6f9a53e6c4bacf85739e8fd9af4f936ed370e066ea9d5f
5
5
  SHA512:
6
- metadata.gz: '049884e477a799a5fb4201d5b9659f2d9552db3925d684c5198184d630bcf96227444a68d9c1ed4af2f4aee8a2bbcb431e4a1f25df95ed2922e2af1b2083d4c1'
7
- data.tar.gz: 5015520fdbc73d0c2decc538526c7c217270dafd9519e5eceab0b6e764d5c8c00c032c33e6cfe39121ef7a0516fcd2123139a184c44e4330c35ac7f4f9c7f9fe
6
+ metadata.gz: 4d84a2df93341c54243dd2ffb9297be6be702a5834b7fbdbe69c0ab8e60718b224d4e5e75c3ab8e4c617c4fefaf37c022412ae8a9d9a853a8cb04d1293f605d3
7
+ data.tar.gz: c402c395bcc88e2199c97555c42930f1ea04400e12419c18cfe7d1345c39559f7245604dc82b9a2cff793dc867862b13862a1abde89af38bfe38b2905723680d
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to ace-handbook-integration-codex will be documented in this
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+
8
+ ## [0.3.2] - 2026-03-29
9
+
10
+ ### Fixed
11
+ - **ace-handbook-integration-codex v0.3.2**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
12
+
7
13
  ## [0.3.1] - 2026-03-22
8
14
 
9
15
  ### Technical
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Codex CLI provider integration for ACE handbook skills and workflows.
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-handbook-integration-codex"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-handbook-integration-codex.svg" /></a>
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Codex
7
- VERSION = "0.3.1"
7
+ VERSION = '0.3.2'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-handbook-integration-codex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.13'
18
+ version: '0.21'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0.13'
25
+ version: '0.21'
26
26
  description: Codex-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: