Skip to content

Commit bfd59f9

Browse files
committed
Set gem metadata
1 parent 7b39b9a commit bfd59f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

enumerable-statistics.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,12 @@ Gem::Specification.new do |spec|
3535
spec.add_development_dependency "fuubar"
3636
spec.add_development_dependency "yard"
3737
spec.add_development_dependency "benchmark-driver"
38+
39+
spec.metadata = {
40+
"bug_tracker_uri" => "https://github.com/red-data-tools/enumerable-statistics/issues",
41+
"changelog_uri" =>
42+
"https://github.com/red-data-tools/enumerable-statistics/releases/tag/v#{spec.version}",
43+
"homepage_uri" => spec.homepage,
44+
"source_code_uri" => "https://github.com/red-data-tools/enumerable-statistics.git",
45+
}
3846
end

0 commit comments

Comments
 (0)