# -*- encoding: utf-8 -*- # stub: fluent-plugin-detect-exceptions-with-error 0.0.2a ruby lib Gem::Specification.new do |s| s.name = "fluent-plugin-detect-exceptions-with-error".freeze s.version = "0.0.2a".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Boocock".freeze] s.date = "2017-03-22" s.description = " Fork of fluent-plugin-detect-exceptions to include the preceding ERROR log line with a stack trace.\n".freeze s.files = ["CONTRIBUTING".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "fluent-plugin-detect-exceptions-with-error-0.0.2.gem".freeze, "fluent-plugin-detect-exceptions-with-error.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.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 error messages and 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]) end