We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39b9a commit bfd59f9Copy full SHA for bfd59f9
enumerable-statistics.gemspec
@@ -35,4 +35,12 @@ Gem::Specification.new do |spec|
35
spec.add_development_dependency "fuubar"
36
spec.add_development_dependency "yard"
37
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
+ }
46
end
0 commit comments