File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 2.0.8] ( https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.8 ) (2021-07-24)
5+ ## [ 2.1.0] ( https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.1.0 ) (2022-11-29)
6+
7+ [ Full Changelog] ( https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.8...2.1.0 )
8+
9+ ** Implemented enhancements:**
10+
11+ - puppet-lint: Allow 3.x [ \# 30] ( https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/30 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
12+
13+ ## [ 2.0.8] ( https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.8 ) (2021-07-25)
614
715[ Full Changelog] ( https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.7...2.0.8 )
816
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = 'puppet-lint-strict_indent-check'
3- spec . version = '2.0.8 '
3+ spec . version = '2.1.0 '
44 spec . homepage = 'https://github.com/voxpupuli/puppet-lint-strict_indent-check'
55 spec . license = 'Mozilla 2.0'
66 spec . author = 'Vox Pupuli'
@@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
1010 'LICENSE' ,
1111 'lib/**/*' ,
1212 'spec/**/*' ,
13+ 'CHANGELOG.md' ,
1314 ]
1415 spec . test_files = Dir [ 'spec/**/*' ]
1516 spec . summary = 'puppet-lint strict indent check'
You can’t perform that action at this time.
0 commit comments