Sha256: ff2ec846cb269dd8c4fc81e7f583440e3581f0d622a60af9bd46322b623bb8e4

Contents?: true

Size: 832 Bytes

Versions: 1

Compression:

Stored size: 832 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-out-http"
  gem.version       = "0.1.1"
  gem.authors       = ["Marica Odagaki"]
  gem.email         = ["ento.entotto@gmail.com"]
  gem.summary       = %q{A generic Fluentd output plugin to send logs to an HTTP endpoint}
  gem.description   = gem.summary
  gem.homepage      = "https://github.com/ento/fluent-plugin-out-http"

  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"
  gem.add_development_dependency "bundler"
  gem.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-out-http-0.1.1 fluent-plugin-out-http.gemspec