Sha256: 56523995a4dc22d1e6494e7169d99ba22597859bd76da5c21a6d6c1118af91bb
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fluent-plugin-sekoia-io/version' Gem::Specification.new do |spec| spec.name = "fluent-plugin-sekoia-io" spec.version = FluentSEKOIAIOOutputPlugin::VERSION spec.authors = ["Pivotal"] spec.email = %w(cf-loggregator@pivotal.io) spec.homepage = "https://github.com/SekoiaLab/fluent-plugin-sekoia-io" spec.summary = %q{FluentD output plugin to send messages via rfc5424 for sekoia} spec.description = %q{FluentD output plugin to send messages via Syslog rfc5424 for sekoia.} spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "test-unit", "~> 3.3" spec.add_development_dependency "test-unit-rr", "~> 1.0" spec.add_development_dependency "pry", "~> 0.12" spec.add_development_dependency "minitest", "~> 5.14" spec.add_runtime_dependency "fluentd", "~> 1.7" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sekoia-io-0.0.3 | fluent-plugin-sekoia-io.gemspec |
fluent-plugin-sekoia-io-0.0.2 | fluent-plugin-sekoia-io.gemspec |
fluent-plugin-sekoia-io-0.0.1 | fluent-plugin-sekoia-io.gemspec |