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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/puppet/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d93165eba5931e56f1e9ad74aca8b0cf091a42b55fb2636b1162233b5e728ef1
4
- data.tar.gz: 9022fc3d15af6d41d10488728ef753385804c3c156316eecbc4603bd168c3690
3
+ metadata.gz: 393429eb8445bc0e280542c9bd747ce97f7a1b1b16a84ef42140654c3b1710ff
4
+ data.tar.gz: 6621208b7dfa7380892bbe7b284767bb4eadff73bd153f0d7b1bc08373b6bcf7
5
5
  SHA512:
6
- metadata.gz: abeaa866c11089656ddaa88a2ac3ede01438bd2df46c8ed5ef69e3eb9345e99464eb968458485d77addc26ae8b88d5966dad9b65098db9ac455d547c00ffafe3
7
- data.tar.gz: cb86cb05e131cda9607ad018594603af8ceedc096c1bf64769099681eeded7068b0b07fd7d92a30f76fd3bd670ae80295b2ae743e8c5e22aec1bc3ed18e3ed61
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)
@@ -8,7 +8,7 @@
8
8
  # Raketasks and such to set the version based on the output of `git describe`
9
9
 
10
10
  module Puppet
11
- PUPPETVERSION = '8.19.0'
11
+ PUPPETVERSION = '8.19.1'
12
12
  IMPLEMENTATION = 'openvox'
13
13
 
14
14
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openvox
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.19.0
4
+ version: 8.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli