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 +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/x_aeon_agents/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d0c98bc100970f002a85c88b253ca71f36de3051d71cc8e3e000a1b1813f3c7
|
|
4
|
+
data.tar.gz: ea300d4fa0e979ae94a9218d687ae62aa9c8f65ff95c8427f234acf4faab141f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|