Sha256: 3185b4fb72177ac2c01022e225d34d402c942dff341233c9fe9a632086c8e469
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-numeric-counter" gem.version = "1.0.0" 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.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_runtime_dependency "fluentd", ">= 0.14.0" gem.add_development_dependency "rake" gem.add_development_dependency "timecop" gem.add_development_dependency "test-unit", ">= 3.1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-numeric-counter-1.0.0 | fluent-plugin-numeric-counter.gemspec |