rspec-puppet 4.0.0 → 4.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: 291e38ca7a66506f0137223f196936d5f2f96122edd1f5769d055a98c2370229
4
- data.tar.gz: cf627b9874f3aef7ae15b92d5f21283dfe4ceede9d0f6221be73f72d19c6803f
3
+ metadata.gz: 9cd03a236a8ecccba9131563b0eb1cba1acbf1527fc3fa3a26f73aa0ed71b8bf
4
+ data.tar.gz: 26e3dd952e69e4481ab11ea9adc03a9df5b7a5a6b1dd968cac08e1cd02665f30
5
5
  SHA512:
6
- metadata.gz: 7bbdc55d506fec8fdb26d206af5c56ad19a3a50dd4b0438853466513cbd0338087c3ca1dfff99146c530afa5194ac392fc121f2ee1aaccbb9d82b5cf6edf8e53
7
- data.tar.gz: 2d7ee94fb1fe726e8a326413bab9b8b08a200023be91693a7a208ade86de1e848e7c443fb2b6c8847ac75fe32cfd99ca2ff27601552543204ce5b4a802dfb86e
6
+ metadata.gz: 9e4e98146c015657bf6507b08aed32d4f3dc24f44e9b04539054465df4025c5dc737d7b42e261553cdcbf0a75b84812c739243a41514689395d7505571f23ea5
7
+ data.tar.gz: de6e30c989030a40a781fdadefcb88b3b70a7bcb3372ec869f1ddc03d7b00ec50fd4f9cbfc1450c00e96ef5d9eb061244938d1ff629df654f9aeb595e004573c
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
+ ## [v4.0.1](https://github.com/puppetlabs/rspec-puppet/tree/v4.0.1) - 2023-11-22
9
+
10
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v4.0.0...v4.0.1)
11
+
12
+ ### Fixed
13
+
14
+ - (maint) - Add original owners [#90](https://github.com/puppetlabs/rspec-puppet/pull/90) ([jordanbreen28](https://github.com/jordanbreen28))
15
+
8
16
  ## [v4.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v4.0.0) - 2023-10-09
9
17
 
10
18
  [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v3.0.0...v4.0.0)
data/README.md CHANGED
@@ -16,6 +16,8 @@
16
16
  * [Hiera integration](#hiera-integration)
17
17
  * [Producing coverage reports](#producing-coverage-reports)
18
18
  * [Related projects](#related-projects)
19
+ * [Development](#development)
20
+ * [License](#license)
19
21
 
20
22
  ## Installation
21
23
 
@@ -93,22 +95,6 @@ Hash | `{}` | any
93
95
  A hash of default trusted facts that should be used for all the tests
94
96
  (available in the manifests as the `$trusted` hash).
95
97
 
96
- #### trusted\_node\_data
97
- Type | Default | Puppet Version(s)
98
- ------- | ------- | -----------------
99
- Boolean | `false` | any
100
-
101
- Configures rspec-puppet to use the `$trusted` hash when compiling the
102
- catalogues.
103
-
104
- #### trusted\_server\_facts
105
- Type | Default | Puppet Version(s)
106
- ------- | ------- | -----------------
107
- Boolean | `false` | any
108
-
109
- Configures rspec-puppet to use the `$server_facts` hash when compiling the
110
- catalogues.
111
-
112
98
  #### confdir
113
99
  Type | Default | Puppet Version(s)
114
100
  ------ | --------------- | ------------------
@@ -1016,6 +1002,10 @@ If you run into an issue with this tool or would like to request a feature you c
1016
1002
 
1017
1003
  If you have problems getting this tool up and running, please contact Support.
1018
1004
 
1005
+ ## License
1006
+
1007
+ This codebase is licensed under Apache 2.0. However, the open source dependencies included in this codebase might be subject to other software licenses such as AGPL, GPL2.0, and MIT.
1008
+
1019
1009
  ## Thank you
1020
1010
 
1021
1011
  Many thanks to the original author of rspec-puppet Tim Sharpe (@rodjek).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RSpecPuppet
4
- VERSION = '4.0.0'
4
+ VERSION = '4.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Sharpe
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-10-09 00:00:00.000000000 Z
13
+ date: 2023-11-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -26,10 +26,7 @@ dependencies:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
28
  version: '3.0'
29
- description: |2
30
- RSpec tests for your Puppet manifests.
31
- Note: Support for this gem has been moved under a new namespace and as such any future updates from
32
- the Puppet team will be released as `puppetlabs-rspec-puppet`.
29
+ description: " RSpec tests for your Puppet manifests.\n"
33
30
  email:
34
31
  - tim@sharpe.id.au
35
32
  - modules-team@puppet.com