Sha256: e265fe3eb33470e375dd789050bf475a4596376f65454e3f6955ea62deac2420

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-pull_forward"
  spec.version       = "0.0.2"
  spec.authors       = ["TAGOMORI Satoshi"]
  spec.email         = ["tagomoris@gmail.com"]
  spec.summary       = %q{Fluentd plugin to forward data, by pulling from input plugin}
  spec.description   = %q{Fluentd plugin that store data to be forwarded, and send these when client(input plugin) requests it, over HTTPS and authentication}
  spec.homepage      = "https://github.com/tagomoris/fluent-plugin-pull_forward"
  spec.license       = "APLv2"

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

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"

  spec.add_runtime_dependency "fluentd"
  spec.add_runtime_dependency "fluent-plugin-buffer-pullpool"
  spec.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
  spec.add_runtime_dependency "fluent-mixin-certificate"
  spec.add_runtime_dependency "resolve-hostname", ">= 0.0.4"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-pull_forward-0.0.2 fluent-plugin-pull_forward.gemspec