Sha256: 98c0718ae168553f48a64a2f8ed1a1b632c420d77ef8bf0ee4e9ed039e5f802a

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

# coding: utf-8
Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-unit-time-filter"
  spec.version       = "0.1.0"
  spec.authors       = ["Genki Sugawara"]
  spec.email         = ["sgwr_dts@yahoo.co.jp"]
  spec.description   = %q{Plug-in to aggregate by unit time}
  spec.summary       = %q{Plug-in to aggregate by unit time}
  spec.homepage      = "https://bitbucket.org/winebarrel/fluent-plugin-unit-time-filter"
  spec.license       = "MIT"

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

  spec.add_dependency "fluentd"
  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency 'rspec', '>= 2.11.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-unit-time-filter-0.1.0 fluent-plugin-unit-time-filter.gemspec