Commit 94f0a8cf by Daniel Mendler Committed by GitHub

Merge pull request #68 from viraptor/metadata-uris

Add metadata uris
parents d5ebc0cd 487e3ca0
......@@ -21,4 +21,10 @@ Gem::Specification.new do |s|
s.add_development_dependency('minitest', '~> 5.11')
s.add_development_dependency('rake')
if s.respond_to?(:metadata)
s.metadata['changelog_uri'] = "https://github.com/minad/mimemagic/blob/master/CHANGELOG.md"
s.metadata['source_code_uri'] = "https://github.com/minad/mimemagic"
s.metadata['bug_tracker_uri'] = "https://github.com/minad/mimemagic/issues"
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment