Skip to content

Commit

Permalink
Merge pull request #5 from voxpupuli/release
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
rnelson0 committed Jun 22, 2016
2 parents 01e6448 + af4fcee commit 69cfe96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cache: bundler
script:
- bundle exec rake spec
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.5
Expand Down
4 changes: 2 additions & 2 deletions puppet-lint-absolute_classname-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-absolute_classname-check'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.homepage = 'https://github.com/puppet-community/puppet-lint-absolute_classname-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 that classes are included by their absolute name.
EOF

spec.add_dependency 'puppet-lint', '~> 2.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 69cfe96

Please sign in to comment.