update to puppet-lint-2.0.2

This commit is contained in:
jasper 2016-08-25 06:23:41 +00:00
parent 7443477b5d
commit ed43b49b88
3 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2016/06/27 11:36:42 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2016/08/25 06:23:41 jasper Exp $
COMMENT= ensure your Puppet manifests conform with the style guide
DISTNAME= puppet-lint-2.0.0
DISTNAME= puppet-lint-2.0.2
CATEGORIES= sysutils

View File

@ -1,2 +1,2 @@
SHA256 (puppet-lint-2.0.0.gem) = kPKzyEzVaa69mz8nCb1ZwLkuA1cJj7iCSA0+UuOn3yo=
SIZE (puppet-lint-2.0.0.gem) = 46080
SHA256 (puppet-lint-2.0.2.gem) = 2NUzbxTZ5ITDMAfIUnWWFUwr6LXn+1qfQ/l4KYOB8pQ=
SIZE (puppet-lint-2.0.2.gem) = 60928

View File

@ -1,9 +1,11 @@
@comment $OpenBSD: PLIST,v 1.6 2016/06/27 11:36:42 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2016/08/25 06:23:41 jasper 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}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
@ -97,9 +99,11 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/single_quote_
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/variables_not_enclosed_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/variable_contains_dash_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/variable_is_lowercase_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/140chars_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/2sp_soft_tabs_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/80chars_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/arrow_alignment_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/hard_tabs_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/trailing_whitespace_spec.rb