Skip to content

Commit

Permalink
Merge pull request ruby#1803 from mateusdeap/main
Browse files Browse the repository at this point in the history
Add source code and changelog metadata to gemspec
  • Loading branch information
kddnewton authored Nov 10, 2023
2 parents b083822 + 33a85f7 commit 0efbc7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prism.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0efbc7d

Please sign in to comment.