Sha256: e6080f30f2a0ddadbb4ad5fe2401d470af3435a9ea854e97b80f7f3c603230b5

Contents?: true

Size: 902 Bytes

Versions: 1

Compression:

Stored size: 902 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-out-http-ext"
  gem.version       = "0.1.5.3"
  gem.authors       = ["Toshiya Kawasaki"]
  gem.email         = ["kawasakitoshiya@gmail.com"]
  gem.summary       = %q{A generic Fluentd output plugin to send logs to an HTTP endpoint with SSL and Header option}
  gem.description   = gem.summary
  gem.licenses      = ["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 "yajl-ruby", "~> 1.0"
  gem.add_runtime_dependency "fluentd", [">= 0.10.0", "< 2"]
  gem.add_development_dependency "bundler"
  gem.add_development_dependency "rake"
  gem.add_development_dependency "test-unit", ">= 3.1.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-out-http-ext-0.1.5.3 fluent-plugin-out-http-ext.gemspec