Sha256: c0b1643cbeb9a16b0fed12a92853d03f46e38fd7d61a23fdfe7b1913e9c59933
Contents?: true
Size: 946 Bytes
Versions: 1
Compression:
Stored size: 946 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) Gem::Specification.new do |spec| spec.name = "fluent-plugin-string-scrub" spec.version = "1.0.1" spec.authors = ["Noriaki Katayama"] spec.email = ["kataring@gmail.com"] spec.summary = %q{Fluentd Output filter plugin.} spec.description = %q{fluent plugin for string scrub.} spec.homepage = "https://github.com/kataring/fluent-plugin-string-scrub" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) spec.add_development_dependency "rake" spec.add_development_dependency "test-unit" spec.add_development_dependency "fluentd", [">= 0.14.0", "< 2"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-string-scrub-1.0.1 | fluent-plugin-string-scrub.gemspec |