Sha256: 69085e72a751cb4d2ea11526e48cf00eed1a0479a6c00acfd523ae2661105a49

Contents?: true

Size: 888 Bytes

Versions: 1

Compression:

Stored size: 888 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-forest"
  gem.version       = "0.3.2"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.description   = %q{create sub-plugin dynamically per tags, with template configuration and parameters}
  gem.summary       = %q{plugin to create output plugin instances per tags dynamically}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-forest"
  gem.license       = "Apache-2.0"

  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 "test-unit", "~> 3.1.7"
  gem.add_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-forest-0.3.2 fluent-plugin-forest.gemspec