[ruby/time] Add changelog URI to time.gemspec

https://github.com/ruby/time/commit/08f896ca0d
This commit is contained in:
Philip Hallstrom 2026-01-06 14:29:58 -08:00 committed by git
parent 5c24f4081d
commit b2ed4cdced

View File

@ -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