ace-handbook-integration-opencode 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8261057569af26a622cc5f1017ee81c138fda1650ec4ce570f07c40a7dd44c2
4
- data.tar.gz: 0f74408091dd8826efa9714cb8ac515054f2b71b9f1e9974e4318230861afb70
3
+ metadata.gz: b7dd962e561c253dbda8ab748ee1fbe6af677f18605e2740d0ab515d8d199aa0
4
+ data.tar.gz: 130cfb61b3c33bad93a0dc2936ef0c992fd1e9e6faeadc59b1205990e19d8aaf
5
5
  SHA512:
6
- metadata.gz: af1c870d1608a4016c81f9557e6862c8392d1b79ed6a19bc02d80bd2b5aaa621898bae851d28ed12f14464b00c84988b52e44a1236d175c56db7bec615d0bc77
7
- data.tar.gz: '095c9e077fce19a7a2bcc543974267455f1419088abf9a6962335edde29fe5968b4db963789a53b9e4ecb0fa346aeffb007a54ee6da9d61891bc7bce48b9b509'
6
+ metadata.gz: 112343a55d5d757966e0bb379e7608c31dc55340681f25bf1f7f317a8a999bf95c54ac860f4da27a240ef77b420ab39e0f1f2348276b15bf8474ae999a341b0b
7
+ data.tar.gz: 2981e552f5653621341903fe36fad270f334c43e54841372ff2bfe60efeed1a0c128658ba9232b44b7874344421970c6abf510ac1a89058f5c4a0eab847dd794
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-opencode will be documented in t
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-opencode 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
  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.3'
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-opencode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
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: 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: OpenCode-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: