fluent-plugin-xml-simple-filter 0.0.6 → 0.0.7

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: c32107fa948e00e92889c682466802ec27f2c4d2
4
- data.tar.gz: 49514123fdf57baecabda91fbe9cf5855e220c13
3
+ metadata.gz: dff57cab17ec22fd1b0775830be8f35b233a0777
4
+ data.tar.gz: f849fc240ab4c8e69054d336947f6fcf1a53f60c
5
5
  SHA512:
6
- metadata.gz: c932123d6bcf1a3a6f189299811ac44a32449a910c62a99c734f97d590cca597335697b33e9a8a9dcd3c6d65e4b04aa342f77d06026b7c91d950a0d5061f1bbe
7
- data.tar.gz: bba3e2c033915283c5524ab6ca582fa603240a75af86f3643399e4f3ae5a6030964c2e596c609fdbd29be22cb56dcbdda54585ec3dfc37b177dbdca7d0007fd7
6
+ metadata.gz: 6c372c111c852c60b21b2d60f3de2eef9b93c98c6f13aac35d3397ece5533552022216245abe6964b58d4334938760dc081c0edb555e97d4d642bb06802766d9
7
+ data.tar.gz: 1133132b612983b48e4eb26fed437b5584c47b71f5a584ce535be68060d4cf7c17254c4fda64e4e16a684f5d24cc7a26e8862658b3ecb790583bf94c6b1d9bd8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -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.6 ruby lib
5
+ # stub: fluent-plugin-xml-simple-filter 0.0.7 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.6"
9
+ s.version = "0.0.7"
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]
@@ -6,7 +6,7 @@ module Fluent
6
6
 
7
7
  config_param :fields, :string
8
8
 
9
- config_param :try_convert_times, :boolean, :default => true # try to convert values in hash to times
9
+ config_param :try_convert_times, :bool, :default => true # try to convert values in hash to times
10
10
  config_param :field_name_postfix, :string, :default => 'hash' # if set will create hash in new field with postfix (xml => xml_hash)
11
11
 
12
12
  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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Lukyanov