Sha256: efe3e8ede9ed57ad415d64b08854bad117d52ff38deb36d8536ecf57d3db2c2a
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-sampling-filter" gem.version = "0.2.1" gem.authors = ["TAGOMORI Satoshi"] gem.email = ["tagomoris@gmail.com"] gem.description = %q{fluentd plugin to pickup sample data from matched massages} gem.summary = %q{fluentd plugin to pickup sample data from matched massages} gem.homepage = "https://github.com/tagomoris/fluent-plugin-sampling-filter" 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_runtime_dependency "test-unit", "~> 3.1.0" gem.add_runtime_dependency "fluentd", [">= 0.12.0", "< 0.14.0"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sampling-filter-0.2.1 | fluent-plugin-sampling-filter.gemspec |