Sha256: e7c0a867f0d386a265c7bc7fac0440ea84fc1b3780d4343921fb325d94b952f5
Contents?: true
Size: 909 Bytes
Versions: 1
Compression:
Stored size: 909 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.0.pre" 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.0.pre | fluent-plugin-querycombiner.gemspec |