Sha256: 37d498a58391221ea1a891e562d1a325e9c45faba65c173cd55ff311f50a6ad7
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "fluent-plugin-record_indexing_test" spec.version = "0.2.2.2" spec.authors = ["imcotop"] spec.email = ["imcotop@icloud.com"] spec.summary = %{A fluentd filter plugin that will be used to Iterate over the object with its index and returns the value of the given object.} spec.description = spec.summary spec.homepage = "https://github.com/imcotop/fluent-plugin-record_indexing" spec.license = "apache2" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = [] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_runtime_dependency "fluentd", [">= 0.12.0", "< 0.15.0"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-record_indexing_test-0.2.2.2 | fluent-plugin-record_indexing.gemspec |