[ruby/irb] Specify metadata to provide richer information on

rubygems.org
(https://github.com/ruby/irb/pull/532)

https://github.com/ruby/irb/commit/f01c2a6ac1
This commit is contained in:
Stan Lo 2023-03-02 21:48:58 +08:00 committed by git
parent 72811deaa8
commit da6ac30d1e

View File

@ -16,6 +16,11 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/irb"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["documentation_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
spec.files = [
".document",
"Gemfile",