dtaniwaki/fluent-plugin-fork

View on GitHub
fluent-plugin-fork.gemspec

Summary

Maintainability
Test Coverage
$:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-fork"
  gem.version     = "0.2.0"
  gem.authors     = ["Daisuke Taniwaki"]
  gem.email       = "daisuketaniwaki@gmail.com"
  gem.homepage    = "https://github.com/dtaniwaki/fluent-plugin-fork"
  gem.description = "Fork output by separating values for fluentd"
  gem.summary     = "Fork output by separating values for fluentd"
  gem.licenses    = ["MIT"]

  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']

  gem.add_runtime_dependency "fluentd", [">= 0.14.0", "< 2"]
  gem.add_development_dependency "rake"
  gem.add_development_dependency "rspec"
  gem.add_development_dependency "coveralls"
  gem.add_development_dependency "test-unit", "~> 3.2.0"
end