Sha256: 14aee93d0a5c8e128260e0f8e8740e8c44060e4623ebbe1d090cf80509171762

Contents?: true

Size: 823 Bytes

Versions: 1

Compression:

Stored size: 823 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-parser"
  gem.version       = "0.1.2"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.description   = %q{fluentd plugin to parse single field, or to combine log structure into single field}
  gem.summary       = %q{plugin to parse/combine fluentd log messages}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-parser"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_development_dependency "rake"
  gem.add_development_dependency "fluentd"
  gem.add_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-parser-0.1.2 fluent-plugin-parser.gemspec