Sha256: b6ed520ccdc5ade17d8abccfcce05db867594c99241cfa3e4dac73f60b166d3a
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 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_tls" spec.version = File.read("VERSION").strip spec.authors = ["Michelia Feng","Richard Lee"] spec.email = ["michelia.feng@gmail.com"] spec.summary = %q{Fluentd output plugin for remote syslog} spec.description = spec.description spec.homepage = "https://github.com/aiwantaozi/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_tls", ">= 1.2.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-remote_syslog_tls-1.0.2 | fluent-plugin-remote_syslog.gemspec |