Sha256: 34820e4847694871ae8763315bc9c4a43c43fc7b58a42be3b5bfd9f2f4ab59a8

Contents?: true

Size: 780 Bytes

Versions: 1

Compression:

Stored size: 780 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-elasticsearch-timestamp-check"
  spec.version       = "0.1.2"
  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_development_dependency "bundler", "~> 1.3"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-timestamp-check-0.1.2 fluent-plugin-elasticsearch-timestamp-check.gemspec