ace-handbook-integration-gemini 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: 13b9e6e9d2bb42c50457caf3c491b8ffd01ca55b2d0d635709a8169c7c92ac88
4
- data.tar.gz: 5696fbfb798a3e6aa1d4250c2788c591c05e0b5cc268a0e64e6ff828b3e64a60
3
+ metadata.gz: d74ede880723e220fb581cd5793bcae07ca3be14f555cc7f355b5bf38ae64a72
4
+ data.tar.gz: 0c25515be8bc39829a6cfca38cdf0ae56c8f93b8d590860a9fdba3477750a899
5
5
  SHA512:
6
- metadata.gz: 814cbf18cf385ad6a054df6c1966567467db64335c83ffd421942b86109dc818876a737821107c6d310e45f96c122e20da83ad99f2b60e454cf91359c7db27f8
7
- data.tar.gz: 647d805585a25ea0c4462906db569424a36b12f3a5392cb963d3c6c54bfc0998a1ab53ecd6d981da69fc04b5653ca78b746e983709c4c36f65f8b84f27e6bf53
6
+ metadata.gz: bf894bb1897a6c35293a015288b225e07707f9c77d88052a09cbad4287b61e6d3ad7befe6cd83234e8859afca8240a4ea4cc3588775333c44be2baf383571598
7
+ data.tar.gz: 532d2ee64fbcdc126b310124f20464d8f2ddfc3b074a9e2d159025daa46ddb6ff83b9c786f679f747931669df65b19c994cd1ea991fa9fdd7c38e0cd6ed1fd33
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to ace-handbook-integration-gemini will be documented in thi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+
8
+ ## [0.3.2] - 2026-03-29
9
+
10
+ ### Fixed
11
+ - **ace-handbook-integration-gemini 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
  Gemini CLI 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-gemini"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-handbook-integration-gemini.svg" /></a>
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Gemini
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-gemini
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: Gemini-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: