Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
With the release of puppet-lint 2.0.0, support ~>2.0 versions.
Browse files Browse the repository at this point in the history
Many people are using puppet-lint from git head, and have been for a while. puppet-lint 2.0.0 was published today, with no actual changes other than the version number, but it breaks checks that specified `~>1.0`.
  • Loading branch information
rnelson0 authored Jun 22, 2016
1 parent b6f1821 commit a6a8076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet-lint-empty_string-check.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-lint-empty_string-check'
spec.version = '0.2.1'
spec.version = '0.2.2'
spec.homepage = 'https://github.com/puppet-community/puppet-lint-empty_string-check'
spec.license = 'Apache-2.0'
spec.author = 'Puppet Community'
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
A puppet-lint plugin to check for variables assigned to the empty string.
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'
Expand Down

0 comments on commit a6a8076

Please sign in to comment.