Sha256: 61a0c03686f74181c4f948a641c4ae5e21b63d1bcb6cbba89c5742ce24ec7d2f

Contents?: true

Size: 864 Bytes

Versions: 1

Compression:

Stored size: 864 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-secure-forward"
  gem.version       = "0.1.1"
  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{Testing version}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-secure-forward"

  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"
  gem.add_runtime_dependency "fluent-mixin-config-placeholders"
  gem.add_runtime_dependency "resolve-hostname"
  gem.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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