summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-03-02 21:48:58 +0800
committergit <svn-admin@ruby-lang.org>2023-03-02 13:49:03 +0000
commitda6ac30d1e505bd15b8c118816a9990b5cb072a7 (patch)
treedc6659699c28dd7c0ef5ce7530dabeadd99ce0e7
parent72811deaa8be9101e2be7533118f136cef78dbb4 (diff)
[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
-rw-r--r--lib/irb/irb.gemspec5
1 files changed, 5 insertions, 0 deletions
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",