Sha256: bc66392d49c91a6beac7477fee5a72c9f3b3afcfc406e8f06e60dcf5d1d0b2db

Contents?: true

Size: 888 Bytes

Versions: 1

Compression:

Stored size: 888 Bytes

Contents

Gem::Specification.new do |gem|
  gem.name          = 'fluent-plugin-detect-exceptions-with-error'
  gem.description   = <<-eos
   Fork of fluent-plugin-detect-exceptions to include the preceding ERROR log line with a stack trace.
eos
  gem.summary       = \
    'fluentd output plugin for combining error messages and stack traces as multi-line JSON logs'
  gem.license       = 'Apache-2.0'
  gem.version       = '0.0.2'
  gem.authors       = ['Paul Boocock']
  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-with-error-0.0.2 fluent-plugin-detect-exceptions-with-error.gemspec