Commit 487e3ca0 by Stanisław Pitucha

Add metadata uris

Add rubygems uris leading directly to changelog and other places. This
helps with automated gems management.
parent d5ebc0cd
......@@ -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