diff options
| author | Mateus Pereira <mateus@ombulabs.com> | 2023-11-10 14:04:46 -0300 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-10 21:49:27 +0000 |
| commit | 03aa1092adc33e8cdef417ac941f09c7380fc1ee (patch) | |
| tree | 77d36bb36a9c2b0a62bfd9fb34aab6deb0ea4024 /lib | |
| parent | 642b9c69870217d58dac79cb0fd6c976e7ed52d5 (diff) | |
[ruby/prism] Add source code and changelog uris
https://github.com/ruby/prism/commit/33a85f7867
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/prism/prism.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/prism/prism.gemspec b/lib/prism/prism.gemspec index ef23a46194..23e7b3833b 100644 --- a/lib/prism/prism.gemspec +++ b/lib/prism/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 |
