Skip to content

Commit

Permalink
Merge pull request #16 from alexjfisher/release_0_2_5
Browse files Browse the repository at this point in the history
Release 0.2.5
  • Loading branch information
alexjfisher committed Dec 6, 2017
2 parents 58ab263 + dffb0f5 commit c3611c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/vendor/gems/
/Gemfile.lock
vendor/bundle
coverage
20 changes: 10 additions & 10 deletions puppet-lint-absolute_classname-check.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-lint-absolute_classname-check'
spec.version = '0.2.4'
spec.homepage = 'https://github.com/puppet-community/puppet-lint-absolute_classname-check'
spec.version = '0.2.5'
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-absolute_classname-check'
spec.license = 'Apache-2.0'
spec.author = 'Puppet Community'
spec.email = 'raphael.pinson@camptocamp.com'
spec.author = 'Vox Pupuli'
spec.email = 'voxpupuli@groups.io'
spec.files = Dir[
'README.md',
'LICENSE',
Expand All @@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
EOF

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'
spec.add_development_dependency 'mime-types', '~> 1.0' # 2.x dropped Ruby 1.8 support
spec.add_development_dependency 'coveralls', '~> 0.7' unless RUBY_VERSION =~ /^1\.8/
spec.add_development_dependency 'rake', '~> 10.5' # 11.x dropped Ruby 1.8 support
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'mime-types'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rspec-collection_matchers'
spec.add_development_dependency 'rspec-its'
end

0 comments on commit c3611c8

Please sign in to comment.