fluent-plugin-sanitizer.gemspec in fluent-plugin-sanitizer-0.1.0 vs fluent-plugin-sanitizer.gemspec in fluent-plugin-sanitizer-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ 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.version = "0.1.1" spec.authors = ["TK Kubota"] spec.email = ["tkubota@ctc-america.com"] spec.summary = %q{Filter plugin of Fluentd which sanitize sensitive information.} spec.description = %q{The fluent-plugin-sanitzer is Fluentd filter plugin to sanitize sensitive information with custom rules. The fluent-plugin-sanitzer provides not only options to sanitize values with custom regular expression and keywords but also build-in options which allows users to easily sanitize IP addresses and hostnames in complex messages.}