fluent-plugin-xml-simple-filter 0.0.12 → 0.0.13

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: b5f53f3459c414856bc4b3dc8813fd4a3fd2e921
4
- data.tar.gz: 9aee221c7e136a1d42eee5a6099aa57dafddfa81
3
+ metadata.gz: 3faca7fef103bfb239fbded3cf422da820a0292e
4
+ data.tar.gz: c5a49d47e1a975315978ce88025342fec1743bdd
5
5
  SHA512:
6
- metadata.gz: ec3937e01a182963ec79add8eff2260a79b2b02406fcb5e312f423eecb4f0cefb79159221fb94a4f6fb7b74ea34f28cd53fede71503380e6fb4c7c3406486baa
7
- data.tar.gz: e3f00ef6406bf3f606494735b684a397a4fb1b75c078ff70efe5347def92ef0c097161c30e6b9624fca450e2276337e353b9d9950e8c0676f92bf8fe94277aa3
6
+ metadata.gz: 1b9b91833204a4a8ad824091990d1c7eb8075fce75a3599f00d52e25c50c641a639a0296dc2326c55022dd73f44b6b0c428c17d6689f32152eb0153980afd072
7
+ data.tar.gz: 9795cb63772ec327e9e8937a48409f097e38cf6f95b6028d71eb81e7f063874a36d340c956476044a05516f768f08739d04abc183e06833e0c7744223623ff25
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.13
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: fluent-plugin-xml-simple-filter 0.0.12 ruby lib
5
+ # stub: fluent-plugin-xml-simple-filter 0.0.13 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "fluent-plugin-xml-simple-filter".freeze
9
- s.version = "0.0.12"
9
+ s.version = "0.0.13"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
@@ -44,7 +44,7 @@ module Fluent
44
44
  hash = @parser.parse(record[field])
45
45
  hash = self.try_convert_times ? convert_times(hash) : hash
46
46
 
47
- $log.debug "Hash from XML: #{hash.to_json}"
47
+ $log.debug "Hash from XML: #{hash.to_s}"
48
48
 
49
49
  record[field_name] = hash
50
50
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-xml-simple-filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Lukyanov