Sha256: e30a43f4ccb88529ab9ea033da9872d10e41ca30abbd10f972422a294cc270ec

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-secure-forward"
  gem.version       = "0.4.0"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.summary       = %q{Fluentd input/output plugin to forward over SSL with authentications}
  gem.description   = %q{Message forwarding over SSL with authentication}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-secure-forward"
  gem.license       = "Apache-2.0"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency "fluentd", ">= 0.10.46"
  gem.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
  gem.add_runtime_dependency "resolve-hostname"
  gem.add_runtime_dependency "proxifier"
  gem.add_development_dependency "test-unit"
  gem.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.0 fluent-plugin-secure-forward.gemspec