[ruby/prism] Add source code and changelog uris

33a85f7867
This commit is contained in:
Mateus Pereira 2023-11-10 14:04:46 -03:00 committed by git
parent 642b9c6987
commit 03aa1092ad

View file

@ -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