File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,13 @@ Gem::Specification.new do |spec|
88 spec . authors = [ "Daijiro Fukuda" ]
99 spec . email = [ "fukuda@clear-code.com" ]
1010
11- spec . summary = "summary" # TODO
12- spec . description = "description" # TODO
13- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
11+ spec . summary = "A script to check that in_tail plugin of Fluentd is working properly."
12+ spec . description = "A script to check that in_tail plugin of Fluentd is working properly."
13+ spec . homepage = "https://github.com/clear-code/fluent-tail_checker"
14+ spec . license = "Apache-2.0"
1415
15- # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
16-
17- # spec.metadata["homepage_uri"] = spec.homepage
18- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
16+ spec . metadata [ "homepage_uri" ] = spec . homepage
17+ spec . metadata [ "source_code_uri" ] = spec . homepage
2018
2119 # Specify which files should be added to the gem when it is released.
2220 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments