Sha256: be5110986f3e33852df9fcea21adb7e36a8f5167cd8e859b17c32d6dd82d320a
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.3" 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.3 | fluent-plugin-unit-time-filter.gemspec |