fluent-plugin-color-stripper 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d99837a88f38b1e42b970d805933ecbb918b4a2f
4
- data.tar.gz: 1c86e20cb533ecd35d04919cd62a640bc8889a7a
3
+ metadata.gz: a7661fc9eac2fe3faf78554c7687b7df1939893e
4
+ data.tar.gz: 5a2ca182bee7a348f56700aa9f23fdfc66787c90
5
5
  SHA512:
6
- metadata.gz: 2130c6fa0925a6a53620b0cdb7ee835349135680cebb83a58a9d39ba5517467069b69be97fc9a8af5e996d7e4c2fd6288cd81288fbe02ae6b6916bc0f0605297
7
- data.tar.gz: e44c37730a8b666ef514a8d1094321bd4103859a9deb30acc61ab9d8344a301d75ddb798b8b16b7a21c7ecb2ef7938197b52fa3dc41ea5d0ad4949155f7a5182
6
+ metadata.gz: a5d54fdf88b4d39222f75352f36761786701a12c5381f243e1e30f8ae5d1142452586a59d2cad96ca3705e9c8a24f81b8bae44a0527cf9e032d7f93e06d8f789
7
+ data.tar.gz: b380febdfb584ac96bec7c32f8df22dd8f2e4a6b7f55075af1e250868a14163a2b8b9020145ad95776f8f2ace2cb9a279eae23d3ca8c314ccfe188a4ad5ac130
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-color-stripper"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Matthew O'Riordan"]
9
9
  spec.email = ["matt@ably.io "]
10
10
  spec.description = %q{Output plugin to strip ANSI color codes in the logs.}
@@ -52,7 +52,6 @@ module Fluent
52
52
  end
53
53
 
54
54
  def strip_field?(field)
55
- puts @strip_fields_arr
56
55
  @strip_fields_arr.empty? || @strip_fields_arr.include?(field)
57
56
  end
58
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-color-stripper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew O'Riordan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-13 00:00:00.000000000 Z
11
+ date: 2015-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler