Sha256: a4fe1ae290af1f1a984b65d9a694ba790ac8cbaf5b661d2d6010a434c3cd18cc
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "fluent-plugin-elasticsearch-timestamp-check" spec.version = "0.3.0" spec.authors = ["Richard Li"] spec.email = ["evilcat@wisewolfsolutions.com"] spec.description = %q{fluent filter plugin to ensure @timestamp is in proper format} spec.summary = %q{fluent timestamp checker filter} spec.homepage = "https://github.com/ecwws/fluent-plugin-elasticsearch-timestamp-check" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "fluentd", [">= 0.14.0", "< 2"] spec.add_development_dependency "rake", "~> 11.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "test-unit", "~> 3.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-elasticsearch-timestamp-check-0.3.0 | fluent-plugin-elasticsearch-timestamp-check.gemspec |