Skip to content

Commit

Permalink
Merge pull request #68 from viraptor/metadata-uris
Browse files Browse the repository at this point in the history
Add metadata uris
  • Loading branch information
minad committed Dec 23, 2018
2 parents d5ebc0c + 487e3ca commit 94f0a8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mimemagic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94f0a8c

Please sign in to comment.