Skip to content

Commit a10ba8e

Browse files
authored
gemspec: Add missing metadata (#4908)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: metadata field could be set by gem author. See https://guides.rubygems.org/specification-reference/ **Docs Changes**: N/A **Release Note**: Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 510b891 commit a10ba8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fluentd.gemspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Gem::Specification.new do |gem|
2020
gem.require_paths = ["lib"]
2121
gem.license = "Apache-2.0"
2222

23+
gem.metadata["homepage_uri"] = gem.homepage
24+
gem.metadata["source_code_uri"] = "https://github.com/fluent/fluentd"
25+
gem.metadata["changelog_uri"] = "https://github.com/fluent/fluentd/blob/master/CHANGELOG.md"
26+
gem.metadata["bug_tracker_uri"] = "https://github.com/fluent/fluentd/issues"
27+
2328
gem.required_ruby_version = '>= 3.2'
2429

2530
gem.add_runtime_dependency("bundler")

0 commit comments

Comments
 (0)