mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Add rubygems metadata (#1869)
* Add rubygems metadata Add metadata links for quick access from the rubygems catalogue.
This commit is contained in:
parent
1901b3c5b7
commit
d8317a1c4b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue