Skip to content

Commit 71058bf

Browse files
committed
add extra gem metadata
1 parent 18b9418 commit 71058bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rubocop-github.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Gem::Specification.new do |s|
1010
s.homepage = "https://github.com/github/rubocop-github"
1111
s.license = "MIT"
1212

13+
s.metadata = {
14+
"source_code_uri" => "https://github.com/github/rubocop-github",
15+
"documentation_uri" => "https://github.com/github/rubocop-github",
16+
"bug_tracker_uri" => "https://github.com/github/rubocop-github/issues"
17+
}
18+
1319
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]
1420

1521
s.add_dependency "rubocop", ">= 1.37"

0 commit comments

Comments
 (0)