Sha256: 9c106609b5970982dc0479049a90cb82a62c231b3e2e7726ce22bf91b03624d7
Contents?: true
Size: 1010 Bytes
Versions: 1
Compression:
Stored size: 1010 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-out-http-ext-ignore-ssl-errors" gem.version = "0.0.1" gem.authors = ["Joyce Chan"] gem.email = ["none@none.com"] gem.summary = %q{A generic Fluentd output plugin to send logs to an HTTP endpoint with SSL and Header option, extended from kawasakitoshiya@gmail.com's similarily named gem'} 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-ignore-ssl-errors-0.0.1 | fluent-plugin-out-http-ext.gemspec |