From cf35bb8abc45fec8984260575dbd932c6704206f Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Sun, 4 Feb 2024 13:07:19 +0900 Subject: [PATCH] Add metadata for rubygems.org --- dalli.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dalli.gemspec b/dalli.gemspec index 99ea6611..110372ca 100644 --- a/dalli.gemspec +++ b/dalli.gemspec @@ -20,6 +20,8 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.6' s.metadata = { + 'bug_tracker_uri' => 'https://github.com/petergoldstein/dalli/issues', + 'changelog_uri' => 'https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md', 'rubygems_mfa_required' => 'true' } end