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

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: c91a8c69c01ee9a0a35f997cdf23ee6031b36652
4
- data.tar.gz: 68a8cab0d8c13c8ffa79f4abfbf07ddc81959731
3
+ metadata.gz: b5f53f3459c414856bc4b3dc8813fd4a3fd2e921
4
+ data.tar.gz: 9aee221c7e136a1d42eee5a6099aa57dafddfa81
5
5
  SHA512:
6
- metadata.gz: af282b44e29ed725a6e7d6bb28779b1fbfb7be32fd6b42a74ed0ca536f629d55b194e4b2213e73cf3484e4d1657116926e0843baef578b1f032083d831b2c931
7
- data.tar.gz: 7850ce9182cb3d8ace036481156a0a78289cf3cfc6884a45983496288965fe1037f5e8a402e4fbadea125557878699b44de609bfcfd937407f02c4874b0950c2
6
+ metadata.gz: ec3937e01a182963ec79add8eff2260a79b2b02406fcb5e312f423eecb4f0cefb79159221fb94a4f6fb7b74ea34f28cd53fede71503380e6fb4c7c3406486baa
7
+ data.tar.gz: e3f00ef6406bf3f606494735b684a397a4fb1b75c078ff70efe5347def92ef0c097161c30e6b9624fca450e2276337e353b9d9950e8c0676f92bf8fe94277aa3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.11
1
+ 0.0.12
@@ -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.11 ruby lib
5
+ # stub: fluent-plugin-xml-simple-filter 0.0.12 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.11"
9
+ s.version = "0.0.12"
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]
@@ -5,9 +5,9 @@ module Fluent
5
5
  Fluent::Plugin.register_filter('xml_simple', self)
6
6
 
7
7
  config_param :fields, :string
8
- config_param :time_format, :string
9
8
 
10
9
  config_param :try_convert_times, :bool, :default => true # try to convert values in hash to times
10
+ config_param :time_format, :string, :default => nil
11
11
  config_param :field_name_postfix, :string, :default => 'hash' # if set will create hash in new field with postfix (xml => xml_hash)
12
12
 
13
13
  def configure(conf)
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.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Lukyanov