1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

make source code url the canonical url

`    <link rel="canonical" href="https://github.com/grosser/pry" data-pjax-transient>`
This commit is contained in:
Michael Grosser 2019-02-08 13:41:59 -08:00
parent be6043be51
commit 50f45e13a5
No known key found for this signature in database
GPG key ID: B19DB1587D698ED7

View file

@ -31,6 +31,6 @@ Gem::Specification.new do |s|
s.add_dependency 'method_source', '~> 0.9.0' s.add_dependency 'method_source', '~> 0.9.0'
s.metadata['changelog_uri'] = 'https://github.com/pry/pry/blob/master/CHANGELOG.md' 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['source_code_uri'] = 'https://github.com/pry/pry'
s.metadata['bug_tracker_uri'] = 'https://github.com/pry/pry/issues' s.metadata['bug_tracker_uri'] = 'https://github.com/pry/pry/issues'
end end