Sha256: e0e6eb3d2b8fd2e9f75c55f19dad9918a07693f065f81cb28be25cceb5ff2a26

Contents?: true

Size: 906 Bytes

Versions: 1

Compression:

Stored size: 906 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-flowcounter"
  gem.version     = "0.4.2"
  gem.authors     = ["TAGOMORI Satoshi"]
  gem.email       = ["tagomoris@gmail.com"]
  gem.summary     = %q{Fluent plugin to count message flow}
  gem.description = %q{Plugin to counts messages/bytes that matches, per minutes/hours/days}
  gem.homepage    = "https://github.com/tagomoris/fluent-plugin-flowcounter"
  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"
  gem.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-flowcounter-0.4.2 fluent-plugin-flowcounter.gemspec