Skip to content

Commit 9a4d461

Browse files
committed
Update metadata
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent e270a75 commit 9a4d461

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

fluent-plugin-fluent-package-update-notifier.gemspec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ Gem::Specification.new do |spec|
55
spec.name = "fluent-plugin-fluent-package-update-notifier"
66
spec.version = "0.1.0"
77
spec.authors = ["Kentaro Hayashi"]
8-
spec.email = ["kenhys@gmail.com"]
8+
spec.email = ["hayashi@clear-code.com"]
99

10-
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
11-
spec.description = %q{TODO: Write a longer description or delete this line.}
12-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
10+
spec.summary = %q{Notify latest version of fluent-package}
11+
spec.description = %q{Notify latest version of fluent-package on startup}
12+
spec.homepage = "https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier"
1313
spec.license = "Apache-2.0"
1414

15+
spec.metadata["homepage_uri"] = spec.homepage
16+
spec.metadata["source_code_uri"] = "https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier"
17+
spec.metadata["changelog_uri"] = "https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier/blob/main/CHANGELOG.md"
18+
spec.metadata["bug_tracker_uri"] = "https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier/issues"
19+
1520
spec.files = Dir.chdir(__dir__) do
1621
`git ls-files -z`.split("\x0").reject do |f|
1722
(File.expand_path(f) == __FILE__) ||

0 commit comments

Comments
 (0)