From da6ac30d1e505bd15b8c118816a9990b5cb072a7 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 2 Mar 2023 21:48:58 +0800 Subject: [PATCH] [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 --- lib/irb/irb.gemspec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index c3e8a4dc58..20c187f37f 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -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",