fluent-plugin-text_to_json 0.1.1 → 0.1.2

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: f74fb91f70869f66dd5c021addb1e3944c3b457c
4
- data.tar.gz: 800420d0f97b5580afc0eead18b13c74d2363a2a
3
+ metadata.gz: 030a49acde08d6df5862d853683756042c16e9b3
4
+ data.tar.gz: 4c88aa2ca7a10c0af7b4c1c578fedccaf9e81f13
5
5
  SHA512:
6
- metadata.gz: f2b2ac18b10e34aa0200976990ffcfde29cf4878c333576f3022256c22510b3fce7a2735a48112544586681748319f87f85954fb97edf8c8fff841456c72b331
7
- data.tar.gz: 43d1cffcd9d78e74107639bc610be49e98734693193c205ceef966e91d4ba7cacc6eba09f425802ef80c2fdf86a7aaad591ced451de1d9c0c908489652fd1ba1
6
+ metadata.gz: 034a0092b7d101a417851be0e8648e93fd5f1fc595b46e87c20d5fca97dcaf91513ba68a2cf2557f70ce6006fc593a81786c8d4669f0c9d86f4ae8af78f12393
7
+ data.tar.gz: b44389d6daac8cd64f9905771956ac9e76a1042ec7e73800f83a676e552c3fd6fd1e6f32cabc2a0050de1c8acc134a375235de3e106a4132f97179bdd0192fbc
@@ -1,7 +1,6 @@
1
1
  require "fluent/formatter"
2
2
 
3
3
  module Fluent
4
- module TextFormatter
5
4
  module TextToJsonFormatter < Formatter
6
5
  Plugin.register_formatter('text_to_json', self)
7
6
 
@@ -54,5 +53,4 @@ module Fluent
54
53
 
55
54
  end
56
55
  end
57
- end
58
56
  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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - minwoo lee