Sha256: 3b239ec7ace8f59e42d3cc31167d6d2c4e9c6259914c1e030dea1aedcc41ce29
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-sanitizer" spec.version = "0.1.0" spec.authors = ["TODO: Write your name"] spec.email = ["TODO: Write your email"] spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.} spec.description = %q{TODO: Write a longer description or delete this line.} spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.license = "Apache-2.0" test_files, files = `git ls-files -z`.split("\x0").partition do |f| f.match(%r{^(test|spec|features)/}) end spec.files = files spec.executables = files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = test_files spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 12.0" spec.add_development_dependency "test-unit", "~> 3.0" spec.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sanitizer-0.1.1 | test/fluent-plugin-sanitizer.gemspec |
fluent-plugin-sanitizer-0.1.0 | test/fluent-plugin-sanitizer.gemspec |