Sha256: 9c1eacd497aa8d59ee9375816fbc11abad567e8436f482f1e7beb72cb4ba0283

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-out-http-ext"
  gem.version       = "0.1.7"
  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"
  gem.add_development_dependency "coveralls"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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