Skip to content

Commit 1f9cf13

Browse files
committed
Add bug tracker metadata
Include bug_tracker_uri in gemspec metadata to point users to GitHub issues.
1 parent 3a3bb2e commit 1f9cf13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rubytree.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Gem::Specification.new do |s|
4747
'rubygems_mfa_required' => 'true',
4848
'github_repo' => 'https://github.com/evolve75/RubyTree',
4949
'source_code_uri' => 'https://github.com/evolve75/RubyTree',
50-
'changelog_uri' => 'https://github.com/evolve75/RubyTree/blob/master/CHANGELOG.md'
50+
'changelog_uri' => 'https://github.com/evolve75/RubyTree/blob/master/CHANGELOG.md',
51+
'bug_tracker_uri' => 'https://github.com/evolve75/RubyTree/issues'
5152
}
5253

5354
s.files = Dir['lib/**/*.rb'] # The actual code

0 commit comments

Comments
 (0)