File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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__ ) ||
You can’t perform that action at this time.
0 commit comments