Sha256: 93cf1c5094266e0bdaa4ad4e66c1ef0a06d64f0adbcd3d2b32a23af7ee90f7d6
Contents?: true
Size: 971 Bytes
Versions: 1
Compression:
Stored size: 971 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "fluent-plugin-norikra" spec.version = "0.2.2" spec.authors = ["TAGOMORI Satoshi"] spec.email = ["tagomoris@gmail.com"] spec.description = %q{process events on fluentd with SQL like query, with built-in Norikra server if needed.} spec.summary = %q{Fluentd plugin to do CEP with norikra} spec.homepage = "https://github.com/norikra/fluent-plugin-norikra" spec.license = "APLv2" spec.files = `git ls-files`.split($/) 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_runtime_dependency "norikra-client", ">= 0.0.7" spec.add_runtime_dependency "fluentd" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "test-unit" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-norikra-0.2.2 | fluent-plugin-norikra.gemspec |