x_aeon_agents 1.0.33 → 1.0.34

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: c069c408375f6df04e34fca7ab24d1520686adc9cbdaf7ad840f3e7cf7c22fa2
4
- data.tar.gz: 974be7f032e9545432fbb7f815b3de51beee2968a34b3bc0c7c05d56bc5189eb
3
+ metadata.gz: 7d0c98bc100970f002a85c88b253ca71f36de3051d71cc8e3e000a1b1813f3c7
4
+ data.tar.gz: ea300d4fa0e979ae94a9218d687ae62aa9c8f65ff95c8427f234acf4faab141f
5
5
  SHA512:
6
- metadata.gz: 8100923f2cc8cf9dc763308b30b2aebdde0f0ee9a26d4968d1b865a7c69f3cfd0e9d6a4a6ca4f4dd3c2b01584e311cb97655380b900fb774b3a7b3f7071bf4c8
7
- data.tar.gz: 48540aec1ee41c8821104a63d81e0bf90108a8fc96b426999421862612d1eff0fb52e5756d2e8283142e930e799e8f7581218a24cedd20243386937a1d4521e8
6
+ metadata.gz: f68e39968cc0c02c09e3a13915fa2442bb9b33a1393468ff95f24f7b742d9af43bf5fb81ee2034837691f81aaa4226b0404b0a2da5b278a1de5d4ef02058ac32
7
+ data.tar.gz: 16edd69f1d5734e7c02287518ab3fa9b74c8d7e8274e9534de17e5f9199f71d00e8b72898ea4034d9c15e2f6964c2b6cf4d101bdab44e1e6e51b9d63575a3079
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v1.0.34](https://github.com/Muriel-Salvan/x_aeon_agents/compare/v1.0.33...v1.0.34) (2026-09-11 14:24:42)
2
+
3
+ ### Patches
4
+
5
+ * [chore: reword LICENSE as modified BSD-3-Clause license](https://github.com/Muriel-Salvan/x_aeon_agents/commit/dbf8ef308d4d0f9f5eacf3112aab3459e627731e)
6
+
1
7
  # [v1.0.33](https://github.com/Muriel-Salvan/x_aeon_agents/compare/v1.0.32...v1.0.33) (2026-09-10 17:01:53)
2
8
 
3
9
  ### Patches
data/README.md CHANGED
@@ -667,7 +667,7 @@ TEST_DEBUG=1 bundle exec rspec
667
667
 
668
668
  ## License
669
669
 
670
- This project is distributed under a modified BSD License (modified July 1999). See the [LICENSE](LICENSE) file for the full license terms and copyright information.
670
+ This project is distributed under a modified BSD-3-Clause License. See the [LICENSE](LICENSE) file for the full license terms and copyright information.
671
671
 
672
672
  ## Ways skills are written
673
673
 
@@ -2,5 +2,5 @@ module XAeonAgents
2
2
  # @!group Global API
3
3
 
4
4
  # Gem version
5
- VERSION = '1.0.33'
5
+ VERSION = '1.0.34'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: x_aeon_agents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.33
4
+ version: 1.0.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muriel Salvan