Skip to content

Commit

Permalink
Merge pull request #11 from alexjfisher/fix_gemspec
Browse files Browse the repository at this point in the history
Fixup gemspec after migration to Vox Pupuli
  • Loading branch information
bastelfreak authored Nov 28, 2021
2 parents 5ee34fd + 9b3a826 commit f2d8a22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions puppet-lint-topscope-variable-check.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-lint-topscope-variable-check'
spec.version = '1.0.1'
spec.homepage = 'https://github.com/Sixt/puppet-lint-topscope-variable-check'
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-topscope-variable-check'
spec.license = 'MIT'
spec.author = 'Martin Merfort'
spec.email = 'platformengineering@sixt.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|
DESC

spec.add_dependency 'puppet-lint', '~> 2.0'
spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
spec.add_development_dependency 'rspec-its', '~> 1.0'
spec.add_development_dependency 'rubocop', '~> 0.58'
spec.add_development_dependency 'simplecov'
end

0 comments on commit f2d8a22

Please sign in to comment.