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

Commit 6671a26

Browse files
authored
Merge pull request #2 from voxpupuli/lint2support
With the release of puppet-lint 2.0.0, support ~>2.0 versions.
2 parents b6f1821 + e4033e2 commit 6671a26

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ cache: bundler
44
script:
55
- bundle exec rake spec
66
rvm:
7-
- 1.8.7
87
- 1.9.3
98
- 2.0.0
109
- 2.1.5

puppet-lint-empty_string-check.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'puppet-lint-empty_string-check'
3-
spec.version = '0.2.1'
3+
spec.version = '0.2.2'
44
spec.homepage = 'https://github.com/puppet-community/puppet-lint-empty_string-check'
55
spec.license = 'Apache-2.0'
66
spec.author = 'Puppet Community'
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
A puppet-lint plugin to check for variables assigned to the empty string.
1818
EOF
1919

20-
spec.add_dependency 'puppet-lint', '~> 1.0'
20+
spec.add_dependency 'puppet-lint', '>= 1.0', '< 3.0'
2121
spec.add_development_dependency 'rspec', '~> 3.0'
2222
spec.add_development_dependency 'rspec-its', '~> 1.0'
2323
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'

0 commit comments

Comments
 (0)