Sha256: 6437b839277c06dc7130fd9a60a18f6cf736f5c706a2180d6085226687183fa8
Contents?: true
Size: 993 Bytes
Versions: 1
Compression:
Stored size: 993 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-datacounter" gem.version = "0.4.4" gem.authors = ["TAGOMORI Satoshi"] gem.email = ["tagomoris@gmail.com"] gem.homepage = "https://github.com/tagomoris/fluent-plugin-datacounter" gem.summary = %q{Fluentd plugin to count records with specified regexp patterns} gem.description = %q{To count records with string fields by regexps (To count records with numbers, use numeric-counter)} gem.license = "APLv2" gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.require_paths = ["lib"] gem.add_runtime_dependency "fluentd" gem.add_development_dependency "bundler" gem.add_development_dependency "rake" gem.add_development_dependency "test-unit" gem.add_development_dependency "delorean" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-datacounter-0.4.4 | fluent-plugin-datacounter.gemspec |