Sha256: a77a17d07c2b183ca8f08eb8915021b19f7c7ae301c76e6414a0294f570a3126
Contents?: true
Size: 840 Bytes
Versions: 1
Compression:
Stored size: 840 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-mixin-plaintextformatter" gem.version = "0.2.4" 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.license = "APLv2" 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_runtime_dependency "fluentd" gem.add_runtime_dependency "ltsv" gem.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-mixin-plaintextformatter-0.2.4 | fluent-mixin-plaintextformatter.gemspec |