Sha256: 67a52e681b68b69bf517353a3d0dc5c04afdf1d6e8a9b3e0755ad5a931df242c
Contents?: true
Size: 1.04 KB
Versions: 15
Compression:
Stored size: 1.04 KB
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_tcp" spec.version = File.read("VERSION").strip spec.authors = ["Richard Lee"] spec.email = ["dlackty@gmail.com"] spec.summary = %q{Fluentd output plugin for remote syslog} spec.description = spec.description 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" spec.add_development_dependency "test-unit-minitest" spec.add_development_dependency "minitest" spec.add_runtime_dependency "fluentd" spec.add_runtime_dependency "fluent-mixin-plaintextformatter" spec.add_runtime_dependency "remote_syslog_logger_custom" spec.add_runtime_dependency "fluent-mixin-config-placeholders" spec.add_runtime_dependency "fluent-mixin-rewrite-tag-name" end
Version data entries
15 entries across 15 versions & 1 rubygems