Sha256: 7c83fcbfcb59a1320d4a13efcb8bba51b9fd3d61b2f774bcde18078d3d403c31

Contents?: true

Size: 806 Bytes

Versions: 1

Compression:

Stored size: 806 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-numeric-counter"
  gem.version       = "0.2.1"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.description   = %q{Counts messages, with specified key and numeric value in specified range}
  gem.summary       = %q{Fluentd plugin to count messages with specified numeric values}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-numeric-counter"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_development_dependency "rake"
  gem.add_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-numeric-counter-0.2.1 fluent-plugin-numeric-counter.gemspec