bugfix update to 2.3.3

This commit is contained in:
sebastia 2017-10-13 14:16:20 +00:00
parent 616528b3e6
commit 6c285e8db6
3 changed files with 10 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2017/07/13 18:29:02 sebastia Exp $
# $OpenBSD: Makefile,v 1.21 2017/10/13 14:16:20 sebastia Exp $
COMMENT= ensure your Puppet manifests conform with the style guide
DISTNAME= puppet-lint-2.3.0
DISTNAME= puppet-lint-2.3.3
CATEGORIES= sysutils

View File

@ -1,2 +1,2 @@
SHA256 (puppet-lint-2.3.0.gem) = OTk/5iKz48lYWvzdqIe0IRff6sIxf7zVVI4N2qZo5L8=
SIZE (puppet-lint-2.3.0.gem) = 76288
SHA256 (puppet-lint-2.3.3.gem) = jT8pSxIgJTWA7HsZ/4qI4gZVZtPaR62+/Yin4Xh5biM=
SIZE (puppet-lint-2.3.3.gem) = 84992

View File

@ -1,9 +1,11 @@
@comment $OpenBSD: PLIST,v 1.10 2017/07/13 18:29:02 sebastia Exp $
@comment $OpenBSD: PLIST,v 1.11 2017/10/13 14:16:20 sebastia Exp $
${GEM_BIN}/puppet-lint${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
${GEM_LIB}/gems/${DISTNAME}/.rubocop_todo.yml
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
@ -24,10 +26,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/data.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer/token.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/string_percent.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/string_prepend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/optparser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins.rb
@ -79,6 +78,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_whitespace/hard_tabs.r
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_whitespace/trailing_whitespace.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/puppet-lint.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/release_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/version.rb
${GEM_LIB}/gems/${DISTNAME}/puppet-lint.gemspec
${GEM_LIB}/gems/${DISTNAME}/spec/
@ -98,7 +98,9 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/url_interpolation.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/warning.pp
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/bin_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/checks_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/configuration_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/data_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/ignore_overrides_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer/
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer/token_spec.rb