ace-handbook-integration-claude 0.3.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15aa46067786d5ee9fb0e0bd1dba69fb7bb0dabe3262a18e54fae561a9316718
4
- data.tar.gz: 62b7e9b861be68b7c7450f5116d65b94b313843218dcb84b35923973b955c39c
3
+ metadata.gz: 7df474c73d1460b0be4f04a025021e37fecd73d487a524e192715a98e7ca8362
4
+ data.tar.gz: 19306af999fb99a07926817a869a729b6dc461e5689ab5e54dce2bec1026a31e
5
5
  SHA512:
6
- metadata.gz: 26f77c1b0316982d428ad7837ab2b5cbcc08d91e06abb5dcf759ee479e31b785d9432abb32b900ead08cfbedee245848ce1a6641168cfd76b4ac75639edf1774
7
- data.tar.gz: c1307fd50a67f7f57e4857193662aa79a43f89d1410a2a76f6b4a12daa07c3452c5827923e478df2b2798669c76e5041dc15766243e5d05cac892e39cfbe030c
6
+ metadata.gz: 64b445188e2b63142ea9583bc34bc09fdf8e93ec9f0d08f291d2584ab6e88a72148dcee7e7bc59968640e7468b1dd7b08f565a9f7f5400b98e2a293037f85467
7
+ data.tar.gz: db62c68d8cb0ad3d391dbad7b875619edc38a40d32c94a9b6742585292a92154e3512b74b562dc1bc22adb4ebfe9dedd2fd20a52b3ff7caa7c5bf6cb547cae9d
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to ace-handbook-integration-claude will be documented in thi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+
8
+ ## [0.3.3] - 2026-03-29
9
+
10
+ ### Fixed
11
+ - **ace-handbook-integration-claude v0.3.3**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
12
+
7
13
  ## [0.3.2] - 2026-03-22
8
14
 
9
15
  ### Technical
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Claude Code 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-claude"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-handbook-integration-claude.svg" /></a>
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Claude
7
- VERSION = "0.3.2"
7
+ VERSION = '0.3.3'
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-claude
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
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
  - !ruby/object:Gem::Dependency
27
27
  name: bundler
28
28
  requirement: !ruby/object:Gem::Requirement