diff --git a/.travis.yml b/.travis.yml index ddd956d..3585083 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ cache: bundler script: - bundle exec rake spec rvm: -- 1.8.7 - 1.9.3 - 2.0.0 - 2.1.5 diff --git a/puppet-lint-unquoted_string-check.gemspec b/puppet-lint-unquoted_string-check.gemspec index 111eed8..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' @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| A puppet-lint plugin to check that selectors and case statements cases are quoted. EOF - spec.add_dependency 'puppet-lint', '~> 1.0' + spec.add_dependency 'puppet-lint', '>= 1.0', '< 3.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rspec-its', '~> 1.0' spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'