Add rubygems metadata (#1869)

* Add rubygems metadata

Add metadata links for quick access from the rubygems catalogue.
This commit is contained in:
Stanisław Pitucha 2018-11-14 00:57:40 +11:00 committed by Kyrylo Silin
parent 1901b3c5b7
commit d8317a1c4b
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@ Gem::Specification.new do |s|
s.add_dependency 'coderay', '~> 1.1.0'
s.add_dependency 'method_source', '~> 0.9.0'
s.metadata['changelog_uri'] = 'https://github.com/pry/pry/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/pry/pry/'
s.metadata['bug_tracker_uri'] = 'https://github.com/pry/pry/issues'
end