Sha256: 08a284b15b399679e2fad8ca1ed5890440e3c86d7443c2f6d897dd7668e2d72c
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |gem| gem.name = "fluent-plugin-splunk-http-eventcollector" gem.version = "0.1.0" gem.authors = ["Bryce Chidester"] gem.email = ["bryce.chidester@calyptix.com"] gem.summary = "Splunk output plugin for Fluentd" gem.description = "Splunk output plugin (HTTP Event Collector) for Fluentd event collector" gem.homepage = "https://github.com/brycied00d/fluent-plugin-splunk-http-eventcollector" gem.license = 'BSD-2-Clause' gem.extra_rdoc_files = [ "LICENSE", "README.md" ] gem.files = [ ".gitignore", "Gemfile", "LICENSE", "README.md", "Rakefile", "test/helper.rb", "fluent-plugin-splunk-http-eventcollector.gemspec", "lib/fluent/plugin/out_splunk-http-eventcollector.rb", "test/plugin/test_out_splunk-http-eventcollector.rb" ] gem.test_files = [ "test/helper.rb", "test/plugin/test_out_splunk-http-eventcollector.rb" ] gem.require_paths = ["lib"] gem.add_development_dependency "test-unit", '~> 3.1' gem.add_runtime_dependency "fluentd", '~> 0.12' gem.add_runtime_dependency "net-http-persistent", '~> 2.9' gem.add_runtime_dependency "fluent-mixin-rewrite-tag-name", '~> 0.1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-splunk-http-eventcollector-0.1.0 | fluent-plugin-splunk-http-eventcollector.gemspec |