ace-handbook-integration-opencode 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: f8261057569af26a622cc5f1017ee81c138fda1650ec4ce570f07c40a7dd44c2
4
- data.tar.gz: 0f74408091dd8826efa9714cb8ac515054f2b71b9f1e9974e4318230861afb70
3
+ metadata.gz: 2134bb8fe07bb2f22a74588549b5b9d7f50db4c367aa7ff1f25b8d9e1006be71
4
+ data.tar.gz: 442da37a72f5b0dacf3d2893a09093b636f682f60353a5e6db528503464542bb
5
5
  SHA512:
6
- metadata.gz: af1c870d1608a4016c81f9557e6862c8392d1b79ed6a19bc02d80bd2b5aaa621898bae851d28ed12f14464b00c84988b52e44a1236d175c56db7bec615d0bc77
7
- data.tar.gz: '095c9e077fce19a7a2bcc543974267455f1419088abf9a6962335edde29fe5968b4db963789a53b9e4ecb0fa346aeffb007a54ee6da9d61891bc7bce48b9b509'
6
+ metadata.gz: 6ba2562633e54a2ef163672a02755df8611f68b9baf0a2f5d1fcf4392f596ca8f545f6eeef6823b0c42c447c0281defb96b41b46bfcd46657bced0eea4a8b567
7
+ data.tar.gz: 7c7659d11ac5080e263da15286cc082761f1b098d1a69a2d55b00d7b8cd31f311d1592937cda59158610dbc4083b2fb18b31c9f07ca4f67d43991513621e7fe9
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to ace-handbook-integration-opencode will be documented in t
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+
8
+ ## [0.3.2] - 2026-03-29
9
+
10
+ ### Fixed
11
+ - **ace-handbook-integration-opencode 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
  OpenCode 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-opencode"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-handbook-integration-opencode.svg" /></a>
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Opencode
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-opencode
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: OpenCode-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: