puppet-modulebuilder 2.0.1 → 2.0.2

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: 10333b800e886335edb949456f82a48eee04ccb18ab11d993f9e8c54b74788f1
4
- data.tar.gz: 43978ca937c838c602e0ad6d731fdec19e4ede62e08edc2b0e3861a766eec922
3
+ metadata.gz: 8a8be33fb0c704acdd28d3a936eb3b2a78721a26a6fefffce05cac3c9540136a
4
+ data.tar.gz: a1ea352915a31386e6a3d3876585e2e4d9d03ce13f398e2c89b984b8ab177f01
5
5
  SHA512:
6
- metadata.gz: 1028f5d03a3b8794fc168764db2b32d25ec2bebec66248fc1656c047ff6bce6a39465b19b3e60ffcd7dd765a9d813d0ba551b115e8c030e0cb5d84116a1d4ee7
7
- data.tar.gz: a0f47c4c8d1975d47be9c8018bbb479027535205b51ea782b17652f9635fd36163560bfa8e3d4318fa0ba6f660b41682bd0d54de7f727d98eb46826e4ee11ac4
6
+ metadata.gz: c89a70803661ecd3ccf1615cb8a4b148e3da1938b2d75465a86e737d51587a7d957fe80bc473c9e4148d90dff789d2e96017db0e8723f2fdd9ea80ffb58fe539
7
+ data.tar.gz: 2e45d7231d102286592210c2cb5a81f5000dcbe5132b2860f11e65e5ca701b25ea21c5e7b86f0771921b5d0efa11f95c4b7c0b806b65f42b2759f533f14d81c1
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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
+ ## [v2.0.2](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.2) - 2024-09-24
9
+
10
+ [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v2.0.1...v2.0.2)
11
+
12
+ ### Fixed
13
+
14
+ - (bug) - Include missing function, facts.d and example dirs in module builds [#102](https://github.com/puppetlabs/puppet-modulebuilder/pull/102) ([jordanbreen28](https://github.com/jordanbreen28))
15
+
8
16
  ## [v2.0.1](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.1) - 2024-09-18
9
17
 
10
18
  [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v2.0.0...v2.0.1)
@@ -18,7 +18,10 @@ module Puppet::Modulebuilder
18
18
  '!/bolt_plugin.json',
19
19
  '!/data/**',
20
20
  '!/docs/**',
21
+ '!/examples/**',
22
+ '!/facts.d/**',
21
23
  '!/files/**',
24
+ '!/functions/**',
22
25
  '!/hiera.yaml',
23
26
  '!/lib/**',
24
27
  '!/locales/**',
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Puppet
4
4
  module Modulebuilder
5
- VERSION = '2.0.1'
5
+ VERSION = '2.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-modulebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheena
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-09-18 00:00:00.000000000 Z
12
+ date: 2024-09-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitar