Sha256: 2691322314f0d9f170b64eaa38e4fc9715c89ab4706eb8ab753e24061a6266b5
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-remote_syslog_multiline" spec.version = File.read("VERSION").strip spec.authors = ["Lawrence Li","Richard Lee"] spec.email = ["lawrleegle@gmail.com"] spec.summary = %q{Fluentd output plugin for remote syslog} spec.description = spec.description spec.homepage = "https://github.com/gitlawr/fluent-plugin-remote_syslog" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "test-unit" spec.add_development_dependency "test-unit-rr" spec.add_runtime_dependency "fluentd" spec.add_runtime_dependency "remote_syslog_sender_multiline", ">= 1.2.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-remote_syslog_multiline-1.0.1 | fluent-plugin-remote_syslog.gemspec |