fluent-plugin-text_to_json 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36853b867447110c89ad0d488dc197373b4e251e
4
- data.tar.gz: 38861bf13f301fe230eac4aea7f2187db25d9746
3
+ metadata.gz: 7fcde33551cd6a54dafc73c222512822e260e8c3
4
+ data.tar.gz: 5ede14101b5441f08e529b19f6e3fc4810e03529
5
5
  SHA512:
6
- metadata.gz: 3016ab5c0603013f95a4eaddcdc5c77de1da9c48f52c99a772d55ca60b0e2e14a545f1db93215744853eca1abc27dd68d7731ceba9d543ffb68ce29590b2e117
7
- data.tar.gz: f04b7b36e5800309589a6e1ff85312a3fba8180642e35f4a4b8bc48afe4a24fce756a4e25b8496299834b34321e58cb046130a124d90172454b32086fa74bac6
6
+ metadata.gz: 8faf136098622e506c8b545ae07a515181b2035f504eae6fffc24cd60c880f63fdf641f8f3c83f7fb05ec9e53cc49fe40b6675c8b584afc3b576e4fcc7de0e74
7
+ data.tar.gz: ad5235c2946812230ab4806f7e6109bd476805b3ea15756c727ede971ac2b1b542f5d012a6df354a7e6d44b38408f908f3ea36904ae13d76f84d941d8570f50c
@@ -1,7 +1,8 @@
1
1
  require "fluent/formatter"
2
2
 
3
3
  module Fluent
4
- class TextToJsonFormatter < Formatter
4
+ module TextFormatter
5
+ class TextToJsonFormatter < Formatter
5
6
  Plugin.register_formatter('text_to_json', self)
6
7
 
7
8
  config_param :json_field, :string
@@ -52,4 +53,5 @@ module Fluent
52
53
 
53
54
  end
54
55
  end
56
+ end
55
57
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-text_to_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - minwoo lee