Sha256: b09f5fc08db8110f70bef9288f8fcb299e827c6d78121bb8c30eab2659ffb352

Contents?: true

Size: 912 Bytes

Versions: 1

Compression:

Stored size: 912 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-numeric-monitor"
  gem.version       = "1.0.3"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.description   = %q{Fluentd plugin to calculate min/max/avg/Xpercentile values, and emit these data as message}
  gem.summary       = %q{Fluentd plugin to calculate min/max/avg/Xpercentile values}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-numeric-monitor"
  gem.license       = "Apache-2.0"

  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_development_dependency "test-unit"
  gem.add_runtime_dependency "fluentd", ">= 0.14.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-numeric-monitor-1.0.3 fluent-plugin-numeric-monitor.gemspec