Sha256: 6b377675d02f2f3c83f4dcf4405b8f1a7d2ef9735de27315d857760f6d4bc6eb

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-mixin-plaintextformatter"
  gem.version       = "0.2.0"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.description   = %q{included to format values into json, tsv or csv}
  gem.summary       = %q{Text formatter mixin module to create fluentd plugin}
  gem.homepage      = "https://github.com/tagomoris/fluent-mixin-plaintextformatter"

  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 "fluentd"
  gem.add_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-mixin-plaintextformatter-0.2.0 fluent-mixin-plaintextformatter.gemspec