File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file. This
33project 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
Original file line number Diff line number Diff line change 1+ # Setting ownership to the modules team
2+ * @ puppetlabs/modules
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change 11Gem ::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'
You can’t perform that action at this time.
0 commit comments