Sha256: 8dc0eb2450904b1e5dfe6452fa89a0903fc6beacb47d3260011d2b2c0f806567
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-concat" spec.version = "0.6.2" spec.authors = ["Kenji Okimoto"] spec.email = ["okimoto@clear-code.com"] spec.summary = "Fluentd Filter plugin to concat multiple event messages" spec.description = "Fluentd Filter plugin to concat multiple event messages" spec.homepage = "https://github.com/okkez/fluent-plugin-concat" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_runtime_dependency "fluentd", [">= 0.12.21", "< 2"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "test-unit", ">= 3.1.0" spec.add_development_dependency "test-unit-rr" spec.add_development_dependency "appraisal" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-concat-0.6.2 | fluent-plugin-concat.gemspec |