Skip to content

Commit 8532f22

Browse files
authored
Merge pull request #31 from puppetlabs/master
(MAINT) Merging old master in to main
2 parents 72bb3a8 + cd7d105 commit 8532f22

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. This
33
project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.12.0]
6+
7+
### Added
8+
* Handle nil autorequire results ([#22](https://github.com/puppetlabs/rspec-puppet/pull/22))
9+
* Add the ability to use kind_of matchers ([#24](https://github.com/puppetlabs/rspec-puppet/pull/24))
10+
511
## [2.11.1]
612

713
### Fixed

CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Setting ownership to the modules team
2+
* @puppetlabs/modules

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1115,4 +1115,5 @@ be excluded from the coverage report.
11151115
* [rspec-puppet-osmash](https://github.com/Aethylred/rspec-puppet-osmash): Provides Operation System hashes and validations for rspec-puppet
11161116
* [puppet_spec_facts](https://github.com/danieldreier/puppet_spec_facts): Gem to provide puppet fact hashes for rspec-puppet testing
11171117

1118-
For a list of other module development tools see https://puppet.community/plugins/
1118+
For a list of other module development tools see https://voxpupuli.org/plugins/
1119+

rspec-puppet.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rspec-puppet'
3-
s.version = '2.11.1'
3+
s.version = '2.12.0'
44
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
55
s.summary = 'RSpec tests for your Puppet manifests'
66
s.description = 'RSpec tests for your Puppet manifests'

0 commit comments

Comments
 (0)