# -*- encoding: utf-8 -*- # stub: fluent-plugin-detect-exceptions 0.0.12 ruby lib Gem::Specification.new do |s| s.name = "fluent-plugin-detect-exceptions".freeze s.version = "0.0.12".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stackdriver Agents".freeze] s.date = "2019-02-07" s.description = " Fluentd output plugin which detects exception stack traces in a stream of\n JSON log messages and combines all single-line messages that belong to the\n same stack trace into one multi-line message.\n This is an official Google Ruby gem.\n".freeze s.email = ["stackdriver-agents@google.com".freeze] s.files = ["CONTRIBUTING".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "fluent-plugin-detect-exceptions.gemspec".freeze, "lib/fluent/plugin/exception_detector.rb".freeze, "lib/fluent/plugin/out_detect_exceptions.rb".freeze, "test/helper.rb".freeze, "test/plugin/bench_exception_detector.rb".freeze, "test/plugin/test_exception_detector.rb".freeze, "test/plugin/test_out_detect_exceptions.rb".freeze] s.homepage = "https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "fluentd output plugin for combining stack traces as multi-line JSON logs".freeze s.test_files = ["test/helper.rb".freeze, "test/plugin/bench_exception_detector.rb".freeze, "test/plugin/test_exception_detector.rb".freeze, "test/plugin/test_out_detect_exceptions.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_development_dependency(%q.freeze, ["= 0.42.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end