We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64beed2 commit 4f70ff8Copy full SHA for 4f70ff8
fluent-plugin-otlp.gemspec
@@ -4,10 +4,10 @@ Gem::Specification.new do |spec|
4
spec.name = "fluent-plugin-otlp"
5
spec.version = "0.1.0"
6
spec.authors = ["Shizuo Fujita"]
7
- spec.email = ["watson1978@gmail.com"]
+ spec.email = ["fujita@clear-code.com"]
8
9
- spec.summary = "Write a short summary, because RubyGems requires one."
10
- spec.description = "Write a longer description or delete this line."
+ spec.summary = "Fluentd input/output plugin to forward OpenTelemetry Protocol data."
+ spec.description = "Fluentd input/output plugin to forward OpenTelemetry Protocol data."
11
spec.homepage = "https://github.com/fluent-plugins-nursery/fluent-plugin-otlp"
12
spec.license = "Apache-2.0"
13
spec.required_ruby_version = ">= 3.2.0"
0 commit comments