Sha256: ba7deef86a76232c485a7e60a96c97961b4a2a87e9105583bb090aa8583c4665

Contents?: true

Size: 984 Bytes

Versions: 1

Compression:

Stored size: 984 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-pan-anonymizer"
  spec.version       = "0.0.1"
  spec.authors       = ["Hiroaki Sano"]
  spec.email         = ["hiroaki.sano.9stories@gmail.com"]

  spec.summary       = %q{Fluentd filter plugin to anonymize credit card numbers.}
  spec.homepage      = "https://github.com/kanmu/fluent-plugin-pan-anonymizer"
  spec.license       = "Apache License, Version 2.0"

  spec.files         = `git ls-files`.split("\n")
  spec.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "test-unit"

  spec.add_runtime_dependency "fluentd", ">= 0.14.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-pan-anonymizer-0.0.1 fluent-plugin-pan-anonymizer.gemspec