Skip to content

Commit 4f70ff8

Browse files
committed
fix
1 parent 64beed2 commit 4f70ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fluent-plugin-otlp.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Gem::Specification.new do |spec|
44
spec.name = "fluent-plugin-otlp"
55
spec.version = "0.1.0"
66
spec.authors = ["Shizuo Fujita"]
7-
spec.email = ["watson1978@gmail.com"]
7+
spec.email = ["fujita@clear-code.com"]
88

9-
spec.summary = "Write a short summary, because RubyGems requires one."
10-
spec.description = "Write a longer description or delete this line."
9+
spec.summary = "Fluentd input/output plugin to forward OpenTelemetry Protocol data."
10+
spec.description = "Fluentd input/output plugin to forward OpenTelemetry Protocol data."
1111
spec.homepage = "https://github.com/fluent-plugins-nursery/fluent-plugin-otlp"
1212
spec.license = "Apache-2.0"
1313
spec.required_ruby_version = ">= 3.2.0"

0 commit comments

Comments
 (0)