# -*- encoding: utf-8 -*-
# stub: fluent-plugin-splunk-http-eventcollector 0.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "fluent-plugin-splunk-http-eventcollector".freeze
  s.version = "0.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Bryce Chidester".freeze]
  s.date = "2016-10-04"
  s.description = "Splunk output plugin (HTTP Event Collector) for Fluentd event collector".freeze
  s.email = ["bryce.chidester@calyptix.com".freeze]
  s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "fluent-plugin-splunk-http-eventcollector.gemspec".freeze, "lib/fluent/plugin/out_splunk-http-eventcollector.rb".freeze, "test/helper.rb".freeze, "test/plugin/test_out_splunk-http-eventcollector.rb".freeze]
  s.homepage = "https://github.com/brycied00d/fluent-plugin-splunk-http-eventcollector".freeze
  s.licenses = ["BSD 2-clause".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Splunk output plugin for Fluentd".freeze
  s.test_files = ["test/helper.rb".freeze, "test/plugin/test_out_splunk-http-eventcollector.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<test-unit>.freeze, ["~> 3.1".freeze])
  s.add_runtime_dependency(%q<fluentd>.freeze, ["~> 0.12".freeze])
  s.add_runtime_dependency(%q<net-http-persistent>.freeze, ["~> 2.9".freeze])
end