Sha256: eb3cf313c1fbdcdff33b225bf874423493ce5cd61faf3d3e005344f6a5297946
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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" 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.homepage = "https://github.com/dlackty/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-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", "~> 1.0.0" spec.add_runtime_dependency "fluent-mixin-config-placeholders" spec.add_runtime_dependency "fluent-mixin-rewrite-tag-name" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-remote_syslog-0.3.3 | fluent-plugin-remote_syslog.gemspec |
fluent-plugin-remote_syslog-0.3.2 | fluent-plugin-remote_syslog.gemspec |