openvox 8.19.0 → 8.19.1
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 +8 -0
- data/lib/puppet/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: 393429eb8445bc0e280542c9bd747ce97f7a1b1b16a84ef42140654c3b1710ff
|
4
|
+
data.tar.gz: 6621208b7dfa7380892bbe7b284767bb4eadff73bd153f0d7b1bc08373b6bcf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 770869516841f47615a37dedb73be8d2f062785bdd50d984c24974d88089e8be6d1f3a0a058044a32dbfcbf02c5df623f7218d6b0de368122fe2a805cd534cf5
|
7
|
+
data.tar.gz: 281a9f8079cc0c1b815092aa5f254b1b553d2470ecda0b76402e7c96aaf1b71b21fb82a587f427a9cd8b57238d6e4cd8b684a0f6251135f83254eac3201e7bd9
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [8.19.1](https://github.com/openvoxproject/puppet/tree/8.19.1) (2025-06-03)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.19.0...8.19.1)
|
8
|
+
|
9
|
+
**Fixed bugs:**
|
10
|
+
|
11
|
+
- Fix invalid gemspec in AIO package [\#91](https://github.com/OpenVoxProject/puppet/pull/91) ([smortex](https://github.com/smortex))
|
12
|
+
|
5
13
|
## [8.19.0](https://github.com/openvoxproject/puppet/tree/8.19.0) (2025-05-30)
|
6
14
|
|
7
15
|
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.18.1...8.19.0)
|
data/lib/puppet/version.rb
CHANGED