voxpupuli-release 5.1.0 → 5.2.0

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: 1e6505604aaa9c704322e61b5b6c9c0583316654ed3c458862a93ea5921da5f6
4
- data.tar.gz: f5b04d7bff640c7a5e89b0412b8563fe809661adaba34c7e516ed73a37e65894
3
+ metadata.gz: 54922dcf9141be25a956c90c0e81d61dd0d79479df5cba87048294977e6f6a5b
4
+ data.tar.gz: 8e11f7f8101de78903e83bd9dbe2600ca935a0c212704d07ff4b6d0d641f9f0e
5
5
  SHA512:
6
- metadata.gz: d0c39f32a2d5e2fe4f47ab483d3258c3284642ef1adb0d84e83cb4f9a8cac1a1c54c5eeb079b9b37151d7c2d04035e5811082c77a5a834793a6d342e97bd57df
7
- data.tar.gz: e464e9a7a295b10f3f74787cf30c5f9d0581873a1aa936d87d51d0f61f691e7fc22af5f6502a2a997c994f26a3d1a4a336f3cf0a8ee7180c8dbd5d46a0f56689
6
+ metadata.gz: 15f9b33581538910adbe88add7983d6ff968476deffb2f41a0996b1270442810aa7c3e148d2a209bb2dcb52889aa7262dbdc86dd273d9fa861207ff8803ab6df
7
+ data.tar.gz: '09caa6ba5a9e48c098a75eeb8ad8e1fc52cb5b0f7021a16748f593414db5f66ca7d0ea9c77520b1cf1ca662526f23b6ec2fa9b8fd17a2a457606b6bd94d5ba60'
data/CHANGELOG.md CHANGED
@@ -2,14 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [v5.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v5.2.0) (2026-02-19)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v5.1.0...v5.2.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - syslog: Allow 0.4 [\#110](https://github.com/voxpupuli/voxpupuli-release/pull/110) ([bastelfreak](https://github.com/bastelfreak))
12
+
5
13
  ## [v5.1.0](https://github.com/voxpupuli/voxpupuli-release/tree/v5.1.0) (2026-01-05)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v5.0.2...v5.1.0)
8
16
 
9
17
  **Implemented enhancements:**
10
18
 
11
- - Add Ruby 4.0 suppprt [\#105](https://github.com/voxpupuli/voxpupuli-release/pull/105) ([dependabot[bot]](https://github.com/apps/dependabot))
12
19
  - Create the GitHub release with files in one step [\#107](https://github.com/voxpupuli/voxpupuli-release/pull/107) ([bwitt](https://github.com/bwitt))
20
+ - Add Ruby 4.0 suppprt [\#105](https://github.com/voxpupuli/voxpupuli-release/pull/105) ([dependabot[bot]](https://github.com/apps/dependabot))
13
21
 
14
22
  ## [v5.0.2](https://github.com/voxpupuli/voxpupuli-release/tree/v5.0.2) (2025-11-15)
15
23
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Voxpupuli
4
4
  module Release
5
- VERSION = '5.1.0'
5
+ VERSION = '5.2.0'
6
6
  end
7
7
  end
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  # openvox gem depends on syslog, but doesn't list it as explicit dependency
27
27
  # until Ruby 3.4, syslog was part of MRI ruby core
28
28
  # https://github.com/OpenVoxProject/puppet/issues/90
29
- s.add_dependency 'syslog', '~> 0.3.0'
29
+ s.add_dependency 'syslog', '>= 0.3.0', '< 0.5'
30
30
 
31
31
  s.add_development_dependency 'voxpupuli-rubocop', '~> 5.1.0'
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxpupuli-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
@@ -107,16 +107,22 @@ dependencies:
107
107
  name: syslog
108
108
  requirement: !ruby/object:Gem::Requirement
109
109
  requirements:
110
- - - "~>"
110
+ - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: 0.3.0
113
+ - - "<"
114
+ - !ruby/object:Gem::Version
115
+ version: '0.5'
113
116
  type: :runtime
114
117
  prerelease: false
115
118
  version_requirements: !ruby/object:Gem::Requirement
116
119
  requirements:
117
- - - "~>"
120
+ - - ">="
118
121
  - !ruby/object:Gem::Version
119
122
  version: 0.3.0
123
+ - - "<"
124
+ - !ruby/object:Gem::Version
125
+ version: '0.5'
120
126
  - !ruby/object:Gem::Dependency
121
127
  name: voxpupuli-rubocop
122
128
  requirement: !ruby/object:Gem::Requirement