fluent-plugin-xml-simple-filter 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a1def9069be715d20f8304004a885d90952c870
4
- data.tar.gz: c68e4ecf0fbb79db769ccf1008718276cdccd596
3
+ metadata.gz: 861c45d100b52b0809aa3088252c99f2b3ca7bfb
4
+ data.tar.gz: 08d0bfc1587b515c9588f8efd34b3a89946b35a8
5
5
  SHA512:
6
- metadata.gz: 90d5224dc82c28f58b799a99f7ce41efff15c677acdf98822e8efde1dbe65c57ab6e06f48e79063b463f0d817685e669cdc53d4a365df20c9fbba9b98ceff484
7
- data.tar.gz: 1a0cff0178c9c5563ab3351e2f2e76610dd7a3686d7a77a45863c55c01404ef74fef6a57c3c525a1674860f4368bdba58c72418d344b95a21c81f583597cd7f6
6
+ metadata.gz: d7547985669b192adaf9fba26bd886f8d88e69675230f9bb839a1c3f6fd068e4a9d769a1ce83f15dec0d2266204ffedcade2b04eeca1d8c9822bd14bf71dd448
7
+ data.tar.gz: 9c1df4d1710bfb5d7e1df6f8c2678cf48fe64fa7aa917a6980378b11211f12c2443205a204203a730def171b389275182113c6b116b0f4f8c5295824871f773d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
@@ -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.9 ruby lib
5
+ # stub: fluent-plugin-xml-simple-filter 0.0.10 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.9"
9
+ s.version = "0.0.10"
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
8
9
 
9
10
  config_param :try_convert_times, :bool, :default => true # try to convert values in hash to times
10
- config_param :time_format, :string, :default => '%F'
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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Lukyanov