# -*- encoding: utf-8 -*- # stub: fluent-plugin-out-http-ext 0.1.5.3 ruby lib Gem::Specification.new do |s| s.name = "fluent-plugin-out-http-ext".freeze s.version = "0.1.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Toshiya Kawasaki".freeze] s.date = "2015-10-04" s.description = "A generic Fluentd output plugin to send logs to an HTTP endpoint with SSL and Header option".freeze s.email = ["kawasakitoshiya@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "fluent-plugin-out-http-ext.gemspec".freeze, "lib/fluent/plugin/out_http_ext.rb".freeze, "lib/fluent/test/http_output_test.rb".freeze, "test/plugin/test_out_http_ext.rb".freeze] s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A generic Fluentd output plugin to send logs to an HTTP endpoint with SSL and Header option".freeze s.test_files = ["test/plugin/test_out_http_ext.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.10.0".freeze, "< 2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.1.0".freeze]) end