Skip to content

Commit a24c41d

Browse files
committed
gemspec: init
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 4eb49f2 commit a24c41d

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

fluent-tail_checker.gemspec

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)