Sha256: 92f3495c08ebdecb8785d1c6030bd18bbf4b5169b09896dd1c147d1383e3a598

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 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_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", "~> 0.2.0"
  spec.add_runtime_dependency "fluent-mixin-rewrite-tag-name"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-remote_syslog-0.3.1 fluent-plugin-remote_syslog.gemspec