Sha256: ba0dfd3306d80b27ad523e23942f8f173b7e70b5d3d36c0efcb653e236a368e7

Contents?: true

Size: 905 Bytes

Versions: 1

Compression:

Stored size: 905 Bytes

Contents

# coding: utf-8
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-querycombiner"
  spec.version       = "0.0.1"
  spec.authors       = ["Takahiro Kamatani"]
  spec.email         = ["buhii314@gmail.com"]
  spec.description   = %q{Fluent plugin to combine multiple queries.}
  spec.summary       = spec.description
  spec.homepage      = "https://github.com/buhii/fluent-plugin-querycombiner"
  spec.license       = "Apache License, Version 2.0"
  spec.has_rdoc      = false

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "rake"
  spec.add_runtime_dependency "fluentd", "~> 0.10.0"
  spec.add_runtime_dependency "redis"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-querycombiner-0.0.1 fluent-plugin-querycombiner.gemspec