puppet-strings 5.0.0 → 5.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 +4 -4
- data/CHANGELOG.md +9 -4
- data/README.md +3 -3
- data/lib/puppet-strings/version.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f1cc8fcb411239bdc8668d6b0d99ffc0edcb34d43f85f2ff523b515d286b0eb
|
|
4
|
+
data.tar.gz: 8ac1768f19063f04c3cc83ec13cbbc4aaaed343440a3d39df1d3211c0395286a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c82e3b9cf16a49a5624c1d6582115c3fa286a45f9b021b72da2b8d67d3e27327972ab6a2e4f4ef494c3b5e901f0ce2edd4848a20100b8d7037251f401282d80
|
|
7
|
+
data.tar.gz: 2dec8b8824ce510134e54059d7684791d704841927933b0bef1ef7802dbda389c8073294e1420294c413a6eac98f5e036be3f74fe39cc240475952ac2802cbc1
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
|
|
6
6
|
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).
|
|
7
7
|
|
|
8
|
+
## [v5.1.0](https://github.com/puppetlabs/puppet-strings/tree/v5.1.0) - 2026-08-14
|
|
9
|
+
|
|
10
|
+
[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v5.0.0...v5.1.0)
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add Ruby 4.0 / Puppet 9 support [#418](https://github.com/puppetlabs/puppet-strings/pull/418) ([LukasAud](https://github.com/LukasAud))
|
|
15
|
+
- Remove strict puppet dependency [#414](https://github.com/puppetlabs/puppet-strings/pull/414) ([binford2k](https://github.com/binford2k))
|
|
16
|
+
|
|
8
17
|
## [v5.0.0](https://github.com/puppetlabs/puppet-strings/tree/v5.0.0) - 2025-06-09
|
|
9
18
|
|
|
10
19
|
[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v4.1.3...v5.0.0)
|
|
@@ -212,10 +221,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
|
|
212
221
|
- (PDOC-265) Add examples to function reference docs [#188](https://github.com/puppetlabs/puppet-strings/pull/188) ([ekohl](https://github.com/ekohl))
|
|
213
222
|
- (PDOC-252) Add describe features to puppet-strings face [#183](https://github.com/puppetlabs/puppet-strings/pull/183) ([kris-bosland](https://github.com/kris-bosland))
|
|
214
223
|
|
|
215
|
-
### Fixed
|
|
216
|
-
|
|
217
|
-
- (PDOC-266) Silence 'unexpected construct regexp_literal' warning [#189](https://github.com/puppetlabs/puppet-strings/pull/189) ([seanmil](https://github.com/seanmil))
|
|
218
|
-
|
|
219
224
|
## [v2.1.0](https://github.com/puppetlabs/puppet-strings/tree/v2.1.0) - 2018-06-26
|
|
220
225
|
|
|
221
226
|
[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/2.0.0...v2.1.0)
|
data/README.md
CHANGED
|
@@ -57,15 +57,15 @@ JSON and Markdown output include the reference documentation only.
|
|
|
57
57
|
Strings sends JSON output to either STDOUT or to a file.
|
|
58
58
|
Markdown output is written to a REFERENCE.md file in the module's main directory.
|
|
59
59
|
|
|
60
|
-
See the [Puppet Strings documentation](https://puppet.com/
|
|
60
|
+
See the [Puppet Strings documentation](https://help.puppet.com/core/current/Content/PuppetCore/puppet_strings.htm) for complete instructions for generating documentation with Strings.
|
|
61
61
|
|
|
62
|
-
For code comment style guidelines and examples, see the [Puppet Strings style guide](https://puppet.com/
|
|
62
|
+
For code comment style guidelines and examples, see the [Puppet Strings style guide](https://help.puppet.com/core/current/Content/PuppetCore/puppet_strings_style.htm).
|
|
63
63
|
|
|
64
64
|
### Additional Resources
|
|
65
65
|
|
|
66
66
|
Here are a few other good resources for getting started with documentation:
|
|
67
67
|
|
|
68
|
-
* [Module README Template](https://puppet.com/
|
|
68
|
+
* [Module README Template](https://help.puppet.com/core/current/Content/PuppetCore/modules_readme.htm)
|
|
69
69
|
* [YARD Getting Started Guide](http://www.rubydoc.info/gems/yard/file/docs/GettingStarted.md)
|
|
70
70
|
* [YARD Tags Overview](http://www.rubydoc.info/gems/yard/file/docs/Tags.md)
|
|
71
71
|
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-strings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: puppet
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 8.0.0
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: 8.0.0
|
|
27
13
|
- !ruby/object:Gem::Dependency
|
|
28
14
|
name: rgen
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -255,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
241
|
- !ruby/object:Gem::Version
|
|
256
242
|
version: '0'
|
|
257
243
|
requirements: []
|
|
258
|
-
rubygems_version: 3.
|
|
244
|
+
rubygems_version: 3.4.19
|
|
259
245
|
signing_key:
|
|
260
246
|
specification_version: 4
|
|
261
247
|
summary: Puppet documentation via YARD
|