diff --git a/prism.gemspec b/prism.gemspec index ef23a461949..23e7b3833bb 100644 --- a/prism.gemspec +++ b/prism.gemspec @@ -118,4 +118,6 @@ Gem::Specification.new do |spec| spec.extensions = ["ext/prism/extconf.rb"] spec.metadata["allowed_push_host"] = "https://rubygems.org" + spec.metadata["source_code_uri"] = "https://github.com/ruby/prism" + spec.metadata["changelog_uri"] = "https://github.com/ruby/prism/blob/main/CHANGELOG.md" end