Skip to content

Commit

Permalink
Add additional metadata URLs for RubyGems
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Jun 14, 2024
1 parent 26e69a9 commit d8b597d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions discordrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.metadata = {
'bug_tracker_uri' => 'https://github.com/shardlab/discordrb/issues',
'changelog_uri' => 'https://github.com/shardlab/discordrb/blob/main/CHANGELOG.md',
'documentation_uri' => 'https://github.com/shardlab/discordrb/wiki',
'source_code_uri' => 'https://github.com/shardlab/discordrb',
'rubygems_mfa_required' => 'true'
}
spec.require_paths = ['lib']
Expand Down

0 comments on commit d8b597d

Please sign in to comment.