Sha256: 7133eaadf8864ee7cbe68a0e03f23a3cc518d93b51a466f28669017ae104c5b1

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

Gem::Specification.new do |gem|
  gem.name          = 'fluent-plugin-detect-exceptions'
  gem.description   = <<-eos
   Fluentd output plugin which detects exception stack traces in a stream of
   JSON log messages and combines all single-line messages that belong to the
   same stack trace into one multi-line message.
   This is an official Google Ruby gem.
eos
  gem.summary       = \
    'fluentd output plugin for combining stack traces as multi-line JSON logs'
  gem.homepage      = \
    'https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions'
  gem.license       = 'Apache-2.0'
  gem.version       = '0.0.5'
  gem.authors       = ['Thomas Schickinger']
  gem.email         = ['schickin@google.com']
  gem.required_ruby_version = Gem::Requirement.new('>= 2.0')

  gem.files         = Dir['**/*'].keep_if { |file| File.file?(file) }
  gem.test_files    = gem.files.grep(/^(test)/)
  gem.require_paths = ['lib']

  gem.add_runtime_dependency 'fluentd', '~> 0.10'

  gem.add_development_dependency 'rake', '~> 10.3'
  gem.add_development_dependency 'rubocop', '= 0.42.0'
  gem.add_development_dependency 'test-unit', '~> 3.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-detect-exceptions-0.0.5 fluent-plugin-detect-exceptions.gemspec