openvox-strings 6.0.0 → 6.1.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: 71629243bf4a78e83bf6dabc87a583eaca9878d5a12942f31fd301ffe5ad9628
4
- data.tar.gz: 3c5953fccf4cf2db7df3535e07f45cd2848795e1f11e922ca98fa78d0117a49c
3
+ metadata.gz: e110d114b1600a477064071570a4999be41d69c8a9dc239686507dafe2cb8087
4
+ data.tar.gz: 0a3c79360b241f4693d5cd3850a83b4363efb0f30c1b14fc2b0ed0bb8519ae3e
5
5
  SHA512:
6
- metadata.gz: 32603da312ed6bb016dea6b3d071811bed3d65ba6c5f56d6a26379ff3a7b469f5a9c8104ce5f991a7a20728d670328b7839251285e0ae2d56e261904ceb1ed1c
7
- data.tar.gz: 2e6f7b566171d572ff5120164acbc26b5650b653f1659aff2b3d31b20c18969daf61dd5520a40764307c54ef83229e4b1efc52f632ca91e4eda75b0b5e7ff0cd
6
+ metadata.gz: 2fb4c34bb55826086049bf9ec865d5f31bcbe832135598f3fcdc843a12527e0697d5e51cda0d95a1ea7e53312babc92cea788d070e44d61597c41763ccd3cd09
7
+ data.tar.gz: 73c68a76542d8ef8b0362f1ac868a563656eef01ce0cc7d012a3f8bae6648c05672577ce03f21fa7a2a9b026bde0480ba739ffd73deeb96201962f544dcf1dcd
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
+ ## [v6.1.0](https://github.com/voxpupuli/openvox-strings/tree/v6.1.0) (2026-02-19)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/openvox-strings/compare/v6.0.0...v6.1.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - Add Ruby 4.0 support [\#26](https://github.com/voxpupuli/openvox-strings/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
12
+
5
13
  ## [v6.0.0](https://github.com/voxpupuli/openvox-strings/tree/v6.0.0) (2025-08-13)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/openvox-strings/compare/v5.0.0...v6.0.0)
@@ -27,10 +35,6 @@ All notable changes to this project will be documented in this file.
27
35
  - Rake task allows for a different commit message [\#4](https://github.com/voxpupuli/openvox-strings/pull/4) ([bastelfreak](https://github.com/bastelfreak))
28
36
  - Add Ruby 2.7/3.0 support [\#3](https://github.com/voxpupuli/openvox-strings/pull/3) ([bastelfreak](https://github.com/bastelfreak))
29
37
 
30
- **Merged pull requests:**
31
-
32
- - dependabot: check for github actions and bundler [\#6](https://github.com/voxpupuli/openvox-strings/pull/6) ([bastelfreak](https://github.com/bastelfreak))
33
-
34
38
  <!-- markdownlint-disable MD024 -->
35
39
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
36
40
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenvoxStrings
4
- VERSION = '6.0.0'
4
+ VERSION = '6.1.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openvox-strings
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Inc.
@@ -10,13 +10,27 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: irb
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "<"
18
+ - !ruby/object:Gem::Version
19
+ version: '2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "<"
25
+ - !ruby/object:Gem::Version
26
+ version: '2'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: openvox
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
18
32
  - !ruby/object:Gem::Version
19
- version: '7'
33
+ version: '8.24'
20
34
  - - "<"
21
35
  - !ruby/object:Gem::Version
22
36
  version: '9'
@@ -26,7 +40,7 @@ dependencies:
26
40
  requirements:
27
41
  - - ">="
28
42
  - !ruby/object:Gem::Version
29
- version: '7'
43
+ version: '8.24'
30
44
  - - "<"
31
45
  - !ruby/object:Gem::Version
32
46
  version: '9'
@@ -70,14 +84,14 @@ dependencies:
70
84
  requirements:
71
85
  - - "~>"
72
86
  - !ruby/object:Gem::Version
73
- version: 4.2.0
87
+ version: 5.1.0
74
88
  type: :development
75
89
  prerelease: false
76
90
  version_requirements: !ruby/object:Gem::Requirement
77
91
  requirements:
78
92
  - - "~>"
79
93
  - !ruby/object:Gem::Version
80
- version: 4.2.0
94
+ version: 5.1.0
81
95
  email: voxpupuli@groups.io
82
96
  executables: []
83
97
  extensions: []
@@ -277,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
291
  - !ruby/object:Gem::Version
278
292
  version: '0'
279
293
  requirements: []
280
- rubygems_version: 3.6.9
294
+ rubygems_version: 4.0.3
281
295
  specification_version: 4
282
296
  summary: Puppet documentation via YARD
283
297
  test_files: []