Sha256: edccec52afa387de83c9f09e542cd304718f0b40dff832f9292958ea7e210f56

Contents?: true

Size: 853 Bytes

Versions: 1

Compression:

Stored size: 853 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-mixin-plaintextformatter"
  gem.version       = "0.2.1"
  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_development_dependency "ltsv"
  gem.add_runtime_dependency "fluentd"
  gem.add_runtime_dependency "ltsv"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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