fluent-plugin-bigquery 0.2.9 → 0.2.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: 075eee261a8ef67f432100cb96c3a21044d4bfb3
4
- data.tar.gz: 653c5a4fafa36ef086acd320647cb74c4043751a
3
+ metadata.gz: 6c82a1342eb122e1fda82079f62e8d46983fedc5
4
+ data.tar.gz: ec5fee2a347f6803ee422b55059d0e06241b61c2
5
5
  SHA512:
6
- metadata.gz: db36bf56eb0fb5a73d1e4a6d0f0bf4e6c4048e491f0d37a31b051417c6dc30e65baa82f70e8824e9fa63a0b8722e469bf24edc7385f7f821b435b24d89b82407
7
- data.tar.gz: da6455f14f7eb440277a4ba93d2edf46871f71b0083ec128193a4665ee1201765656feaf732d1018df3fc3ac9a04e5097c3d5e20c472894f32b6aa48afb167c9
6
+ metadata.gz: b8693580b3dcf0f016562a713add34fa7faf074450c416867d9b3c80e30627233c73d05567972e4ba4ff896ae64bded01f2f0c283d78cbfd1c8602d675433270
7
+ data.tar.gz: 2c4c919bbd66d5b0c3ce8cdef01ff1bfa65489b78e5440b79594466ca6d841abb25867bce361a44ede0fdab8d8ac2e32b9e0489462a76934c5d29e92e8fc2aa2
@@ -1,6 +1,6 @@
1
1
  module Fluent
2
2
  module BigQueryPlugin
3
- VERSION = "0.2.9"
3
+ VERSION = "0.2.10"
4
4
  end
5
5
  end
6
6
 
@@ -45,7 +45,7 @@ module Fluent
45
45
  ### Service Account credential
46
46
  config_param :email, :string, default: nil
47
47
  config_param :private_key_path, :string, default: nil
48
- config_param :private_key_passphrase, :string, default: 'notasecret'
48
+ config_param :private_key_passphrase, :string, default: 'notasecret', secret: true
49
49
 
50
50
  # see as simple reference
51
51
  # https://github.com/abronte/BigQuery/blob/master/lib/bigquery.rb
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naoya Ito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-15 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake