From a6b528b5db805e94849ebc92e1d26c0e4fab2359 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Wed, 22 Jun 2016 11:20:20 -0400 Subject: [PATCH] Better range for puppet-lint --- puppet-lint-unquoted_string-check.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-lint-unquoted_string-check.gemspec b/puppet-lint-unquoted_string-check.gemspec index 0b0eeec..f8c31b0 100644 --- a/puppet-lint-unquoted_string-check.gemspec +++ b/puppet-lint-unquoted_string-check.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'puppet-lint-unquoted_string-check' - spec.version = '0.2.5' + spec.version = '0.3.0' spec.homepage = 'https://github.com/puppet-community/puppet-lint-unquoted_string-check' spec.license = 'Apache-2.0' spec.author = 'Puppet Community'