fluent-plugin-add_empty_array 0.0.1 → 0.0.2

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: 30ec5539884ad9010c521c18e264387f5bb89980
4
- data.tar.gz: bb6f7a37359d21b953a687216b1c049c7d0e704b
3
+ metadata.gz: c7fa7fffdc42feb5fdbda2c4d0ff920dd1d315aa
4
+ data.tar.gz: 90f60451aaeddc44d2bdd0b2d9dbd79c0980e6af
5
5
  SHA512:
6
- metadata.gz: 51c90cfbe7d12db391117a32be84b66b375b39fb2f2a2faea2b25167a0dc7218e208635998bcc94455702aba4e177e6f59b1f17fdc5a81ebb79e446a959f110c
7
- data.tar.gz: bc4629091ea9bfc08b885340602ccddc6e048514089da69a1f0ba5234a3b681d1b0c6390df04fb8cbb748b6c96def9bf04ceb28d6801b546b66cb1f06820931f
6
+ metadata.gz: 770bc80b32a7fa79fca8e5100c6e27613e4c7c4815d7f66827af2da781ae567ac384b28b2bd47a53e2992eef84d02f85de0c7f45519d9148da1dc5f7f1dde4ec
7
+ data.tar.gz: 047b655a85728c6aa1939ffa43f7f2f199d6c51517161f7e6bb6c29e75ae3fc760ccc4524ebb81301b452d44aaf00b26e661f41647b93333b92c628849a50ab5
@@ -1,2 +1,5 @@
1
+ ## 0.0.2 (2015/03/05)
2
+ FIX README.md
3
+
1
4
  ## 0.0.1 (2015/03/04)
2
5
  First release
data/README.md CHANGED
@@ -2,10 +2,6 @@
2
2
 
3
3
  Fluentd plugin to add empty array.
4
4
 
5
- ## Use case
6
- When using Google Bigquery with schema include "repeated" mode columns and insert record without "repeated" mode columns key, failed insert.
7
- So this plugin support this case according to add such keys complement with "[]".
8
-
9
5
  ## Installation
10
6
 
11
7
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module Fluent
2
2
  module ParseCookie
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-add_empty_array
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hirokazu Hata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd