Skip to content

Commit

Permalink
Add metadata for rubygems.org (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored Feb 4, 2024
1 parent c409a07 commit c5aea22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dalli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c5aea22

Please sign in to comment.