puppet-strings 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0a51cdcc2e22ac42db18adc32dc011b7dd12813fe0e83f44a01ff4b7c100c54
4
- data.tar.gz: 4c30e113733e0f413c53583c1c36ac9f800728a625555604351cf2b9fbc6c216
3
+ metadata.gz: '05735069d766d983fa334a6c15040709e42e3a270edf2d52b3a021b39505395d'
4
+ data.tar.gz: 88875f3d75858d3dba7ca3b29f75e6037a1e6c82922d492b14bd0a668721afef
5
5
  SHA512:
6
- metadata.gz: 270a6e161c3cdd25edeae8497e74e27cba19c4d8dfb66da04a03e4c95b3dbeb412c843ddbccdf56d939b777a76ae620964ad28c3870553bb6a489b7380b1041c
7
- data.tar.gz: 1deb89602d54adae529f7e0aa878eb8de3cbfd9014a972297aa97c5ffc791d5cbe04e2ecff1e38dfe5450cbbbad039fad891f76a8c58516196c24f56cb154b54
6
+ metadata.gz: 8df1dd824e795381077b65f3fb97c8c5153e7249412bf9067e9a6d4ce7a99b8839ec65f3238fac112afb3425aa3a51121bdff363f62f158acec1e1cef429f8da
7
+ data.tar.gz: 35b9ceadc498d543613ab2e9ce0d098a73c4f9b9fba8fa64728fdd7573fb50eb91405fcb4adc2398c14fd4c40e844093c00f000544b6a2413531bcaf496f20ce
data/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
  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).
6
+ ## [v3.0.1](https://github.com/puppetlabs/puppet-strings/tree/v3.0.1) - 2022-10-25
7
+
8
+ [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v3.0.0...v3.0.1)
9
+
10
+ ### Fixed
11
+
12
+ - (GH-332) Ensure PuppetStrings is loaded for tasks [#333](https://github.com/puppetlabs/puppet-strings/pull/333) ([chelnak](https://github.com/chelnak))
13
+
6
14
  ## [v3.0.0](https://github.com/puppetlabs/puppet-strings/tree/v3.0.0) - 2022-10-21
7
15
 
8
16
  [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.9.0...v3.0.0)
@@ -34,10 +42,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
34
42
 
35
43
  - (#300) Fix anchor links in Markdown docs [#303](https://github.com/puppetlabs/puppet-strings/pull/303) ([danielparks](https://github.com/danielparks))
36
44
 
37
- ### Other
38
-
39
- - (MAINT) Bump gem version [#327](https://github.com/puppetlabs/puppet-strings/pull/327) ([chelnak](https://github.com/chelnak))
40
-
41
45
  ## [v2.9.0](https://github.com/puppetlabs/puppet-strings/tree/v2.9.0) - 2021-11-29
42
46
 
43
47
  [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.8.0...v2.9.0)
@@ -3,6 +3,9 @@
3
3
  require 'rake'
4
4
  require 'rake/tasklib'
5
5
 
6
+ # Ensure PuppetStrings is loaded.
7
+ module PuppetStrings end
8
+
6
9
  # The module for Puppet Strings rake tasks.
7
10
  module PuppetStrings::Tasks
8
11
  require 'puppet-strings/tasks/generate.rb'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PuppetStrings
4
- VERSION = '3.0.0'
4
+ VERSION = '3.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-strings
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-24 00:00:00.000000000 Z
11
+ date: 2022-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yard