ace-handbook-integration-pi 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: b34c61360e1a79f8aa011a5b32672e1d2b052f1a63d11b500bdf8f07c14d104c
4
- data.tar.gz: 1beba4573456c68b1d5f1b7568c7c990918e22a8567958a794bf4dc5c3f9f846
3
+ metadata.gz: 48a9beadad0250f8b1dcd4eb921531019f489f902406f9ee1b8fac2422e3185e
4
+ data.tar.gz: 5e68121524b897103dc0517f990a7300b54f7a0f5ac91f4ce32ccac81f952d77
5
5
  SHA512:
6
- metadata.gz: b1f3b044aa84a511248a0dea0b7aa3b80d8f95567ad25c83d76f52812098e5e171b4b47d989f2af0750f8c24248e037ed97f618d2364d246a8bf25afa441f2e3
7
- data.tar.gz: 7c1b2b33ae4df1042775d17c2e3f936f20f81a42239fe1b5ec6f5346496ef2eecf7e25ca250a8989d23f2a78ce1bb45c0c98bab22f280eb95c0b16c433146b70
6
+ metadata.gz: fe1de6b88482255c9aca731f9c361d32b636e1278e918bfd54dcb6a324a53ab603b46e455cb9429d95e6ba48fc3b879a26bec93575bece24b69e4adf5f3e38aa
7
+ data.tar.gz: 85e3d02f21d94ef70df6b11eac418ba3bcf49f63c7807a975172352b4104806d0b0fff256c3e21f4021f4d8ad8b49c976bd7bcee5a765caa24370e5ca48fff7f
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-pi will be documented in this fi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.4] - 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.3] - 2026-03-29
14
+
15
+ ### Fixed
16
+ - **ace-handbook-integration-pi v0.3.3**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
17
+
7
18
  ## [0.3.2] - 2026-03-22
8
19
 
9
20
  ### Technical
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  pi-agent 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-pi"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-handbook-integration-pi.svg" /></a>
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Pi
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-pi
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-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.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: PI-specific provider integration package that extends ace-handbook with
27
27
  provider manifests.
28
28
  email: