ace-handbook-integration-codex 0.3.1 → 0.3.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 +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +1 -1
- data/lib/ace/handbook/integration/codex/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e20791d2d8957e1dd0d4732f616e9cbc68e14e562526786952fb6af0325cb47
|
|
4
|
+
data.tar.gz: e2c3f5bceebe52108935b33168c1c46b218c701c77e4b7f51c13f5f99b8bf64e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72ba4f41214e61611fb5f92394bc182af3d7d6f4fc6b211fd78e9a0edc6e60ad7f9faa6b8a6676035a037e0fa0a3e1b548671028492c4a3d059d4acf344da3b4
|
|
7
|
+
data.tar.gz: e2b7ce146845f9a2163b806408675e08e344cda8a9d4ce209581aa6e73786e7ff516ddf8d530104f01585c7b7aad7b6b5cf4008ebc548952ad3c97bb35b456b0
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-codex will be documented in this
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.3.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
|
+
|
|
12
|
+
|
|
13
|
+
## [0.3.2] - 2026-03-29
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- **ace-handbook-integration-codex v0.3.2**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
|
|
17
|
+
|
|
7
18
|
## [0.3.1] - 2026-03-22
|
|
8
19
|
|
|
9
20
|
### 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="
|
|
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>
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-handbook-integration-codex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-03-29 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-handbook
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0.
|
|
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.
|
|
25
|
+
version: '0.21'
|
|
26
26
|
description: Codex-specific provider integration package that extends ace-handbook
|
|
27
27
|
with provider manifests.
|
|
28
28
|
email:
|