ace-handbook-integration-codex 0.3.2 → 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: ec75d96312068bd284e74018f29f1e95ed3537dd3a655b37af54db711453348a
4
- data.tar.gz: ef58757dcdca6eff2a6f9a53e6c4bacf85739e8fd9af4f936ed370e066ea9d5f
3
+ metadata.gz: 172183c8f685cb063b2b5f889d66f6c696e9cf15591f4b32702a69a202a92e0b
4
+ data.tar.gz: d5c54636063c626bfb0a2195ca97141e9a03a2afdd4e3b499807b8a22bb90464
5
5
  SHA512:
6
- metadata.gz: 4d84a2df93341c54243dd2ffb9297be6be702a5834b7fbdbe69c0ab8e60718b224d4e5e75c3ab8e4c617c4fefaf37c022412ae8a9d9a853a8cb04d1293f605d3
7
- data.tar.gz: c402c395bcc88e2199c97555c42930f1ea04400e12419c18cfe7d1345c39559f7245604dc82b9a2cff793dc867862b13862a1abde89af38bfe38b2905723680d
6
+ metadata.gz: d922fb91d270cc56ea73dc343a007e36a8e224d1062211d025683c53373b7867fa3f04d50297226a54b5708b7f1e8cf19cc38227b3c744c882192968426253ff
7
+ data.tar.gz: 602c2330ec555ad5aba99651b4ba326b4931bd4eb5fbbdc43a8cac448d8c53ce70e2c75818a99ef3e1a312507c7fcade09f73a60b4048cd20c5c79bd8f8a39d5
data/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to ace-handbook-integration-codex will be documented in this
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.4] - 2026-03-29
8
+
9
+ ### Technical
10
+ - Updated the `ace-handbook` runtime dependency range from `~> 0.21` to `~> 0.22` to follow the new handbook minor release.
11
+
12
+ ## [0.3.3] - 2026-03-29
13
+
14
+ ### Technical
15
+ - Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
16
+
7
17
 
8
18
  ## [0.3.2] - 2026-03-29
9
19
 
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Codex
7
- VERSION = '0.3.2'
7
+ VERSION = '0.3.4'
8
8
  end
9
9
  end
10
10
  end
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.2
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: 1980-01-02 00:00:00.000000000 Z
10
+ date: 2026-04-01 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.21'
18
+ version: '0.22'
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.21'
25
+ version: '0.22'
26
26
  description: Codex-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: