Sha256: 1df58f7bb4a86e1b8710cd48bf2a7f772747e328dffa27fc81e3f0ebef250f06

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

Gem::Specification.new do |gem|
  gem.name          = 'gitlab-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://gitlab.com/gitlab-org/ruby/gems/gitlab-fluent-plugin-detect-exceptions'
  gem.license       = 'Apache-2.0'
  gem.version       = '0.0.17'
  gem.authors       = ['Stackdriver Agents']
  gem.email         = ['stackdriver-agents@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'
  gem.add_development_dependency 'flexmock', '~> 2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitlab-fluent-plugin-detect-exceptions-0.0.17 gitlab-fluent-plugin-detect-exceptions.gemspec