File tree 4 files changed +11
-2
lines changed
4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This
3
3
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
11
## [ 2.11.1]
6
12
7
13
### 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.
1115
1115
* [rspec-puppet-osmash](https://github.com/Aethylred/rspec-puppet-osmash): Provides Operation System hashes and validations for rspec-puppet
1116
1116
* [puppet_spec_facts](https://github.com/danieldreier/puppet_spec_facts): Gem to provide puppet fact hashes for rspec-puppet testing
1117
1117
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 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'rspec-puppet'
3
- s . version = '2.11.1 '
3
+ s . version = '2.12.0 '
4
4
s . homepage = 'https://github.com/puppetlabs/rspec-puppet/'
5
5
s . summary = 'RSpec tests for your Puppet manifests'
6
6
s . description = 'RSpec tests for your Puppet manifests'
You can’t perform that action at this time.
0 commit comments