fluent-plugin-text_to_json 0.1.31 → 0.1.32

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: 1e4ba965e2e0943fc8311863cc84b195a59d3b09
4
- data.tar.gz: cf5a9cf51d643c5d556a0e6cd83964ddea8b6cb4
3
+ metadata.gz: 94aef3eb79ab1faa97af98cbe308d4422f7cfd7e
4
+ data.tar.gz: ecf683b65c7547f882a902c10cb0e7c79197d1b4
5
5
  SHA512:
6
- metadata.gz: 303b57e5fdaa72448ed2165f312886f7daf61cb587374ca769ce797dc784004deb9039be55df5dc6b9e90634e217c00d5f3b11e9ad21196ef04c39f75343aacf
7
- data.tar.gz: c2e98f82bf5ade358a83dc07d8198ea194c27e1659482941ae6e170748a3e866b4f71adb73e8c3021bc1c14140dc9704f62684c3d9bf484f0c7bdf71a7a834f7
6
+ metadata.gz: 27835465c083877ebc1e9baf777d2b23c96733550a62bf9279a75eb9bb298f8c796b4a2f932b94b9f8eefe17d4fe1d708705e369ca9d288ce5ba051843c8f0fc
7
+ data.tar.gz: 21f7fcdd44cb4b0e3e5b5de0b2d617cc65c4644223d63dddc2949c04962588a580f9c986e0721a55a23921d070a70d65355d29375659fbf6ecea8d5fad813898
@@ -34,7 +34,7 @@ module Fluent
34
34
  #factor paramters to json format
35
35
  #Set factor ID as a second field's name
36
36
  head, *tail = tmp_field[1].split("\\n")
37
- haed = head.split("|")
37
+ haed = head.split("\|")
38
38
  head = head.map{|field| "\""+field+"\""}
39
39
 
40
40
 
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.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - minwoo lee