summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilip Hallstrom <philip@pjkh.com>2026-01-06 14:29:58 -0800
committergit <svn-admin@ruby-lang.org>2026-01-06 23:05:30 +0000
commitb2ed4cdced26f8840e181960c776e950e8bb0396 (patch)
treeb715e317615eb14dcbd15276bbe36fefc04601fe /lib
parent5c24f4081d0d163ed91dd20692d09d0c88ac46b1 (diff)
[ruby/time] Add changelog URI to time.gemspec
https://github.com/ruby/time/commit/08f896ca0d
Diffstat (limited to 'lib')
-rw-r--r--lib/time.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/time.gemspec b/lib/time.gemspec
index 4b9f9e1218..73650ab12e 100644
--- a/lib/time.gemspec
+++ b/lib/time.gemspec
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
+ spec.metadata["changelog_uri"] = "https://github.com/ruby/time/releases"
srcdir, gemspec = File.split(__FILE__)
spec.files = Dir.chdir(srcdir) do