File rubygem-puppet-lint.changes of Package rubygem-puppet-lint
-------------------------------------------------------------------
Sat Jul 30 08:36:07 UTC 2016 - tampakrap@opensuse.org
- Version bump 2.0.0
see https://github.com/rodjek/puppet-lint/blob/master/CHANGELOG.md#200-2016-06-22
-------------------------------------------------------------------
Wed Nov 26 23:21:58 UTC 2014 - tampakrap@opensuse.org
- Convert to the new ruby packaging schema
- Version bump 1.1.0
* New features
* puppet-lint configuration can now be set in the Rake task definition, so
you no longer have to remember arcane PuppetLint.configuration options.
* Multiple checks can now be disabled in a single control comment.
* The performance of the parser has been significantly improved, most
noticably when checking large manifest files.
* Bug fixes
* unquoted_node_name check now supports multiple node names in a comma
separated list in a single node block.
* arrow_alignment check now will now put parameters on their own line if
it encounters a multiline resource with multiple parameters on a line.
* variable_scope check no longer throws false positive results when using
the automatically created variables from metaparameters.
* arrow_alignment check no longer destroys the parameter name when it
encounters a parameter followed by an arrow with no whitespace between them.
* puppet-lint no longer parses the body of the class when searching for
the parameter tokens of an unparameterised class.
-------------------------------------------------------------------
Thu Aug 21 12:13:47 UTC 2014 - darin@darins.net
- initial packaging