fluent-plugin-pgjson 0.0.7 → 0.0.8

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: 0e7286deb5f6a025925e67fff494cc474102a1ac
4
- data.tar.gz: 19ce53e0b1bbddb272fda7a8c84d9154325c2d8f
3
+ metadata.gz: 1677b7c020f8c8044319c6b2a42c587bc0fb4301
4
+ data.tar.gz: 4b5b242dc0cb85fc843ed338fe341fa795220b84
5
5
  SHA512:
6
- metadata.gz: f552ed8b2c11ca76b23f83b37790a34f517669ff068f999fd0be65d48ce031bde5df21461e5715f52cab1f07b6ae523347efd0b52ff751cbf40039aa11dcf037
7
- data.tar.gz: 3c8c692582082cdc8440c74428faa0eb6057c7fa8779937722cf980393398784b64d6dbf4db97ae01099437b760461a38cc2c77dae2214f386f26115bb4b38b6
6
+ metadata.gz: e5098cf14816bab706388fd80818c4269cb527da52ab451fc82a972506dc984dcca7697c49ece7bce483fd11762b6ec0a5b3c04b4698173daaadea0c7a7df687
7
+ data.tar.gz: bcf9756da26ae5120f90526b659606f1cada84dcd410be0b8bec69f44886a5cb6221068d7232d91aa0044551054dbc0475f7f8193107812140cecf68aff973af
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-pgjson"
6
- s.version = "0.0.7"
6
+ s.version = "0.0.8"
7
7
  s.authors = ["OKUNO Akihiro"]
8
8
  s.email = ["choplin.choplin@gmail.com"]
9
9
  s.homepage = "https://github.com/choplin/fluent-plugin-pgjson"
@@ -9,7 +9,7 @@ class PgJsonOutput < Fluent::BufferedOutput
9
9
  config_param :database , :string
10
10
  config_param :table , :string
11
11
  config_param :user , :string , :default => nil
12
- config_param :password , :string , :default => nil
12
+ config_param :password , :string , :default => nil , :secret => true
13
13
  config_param :time_col , :string , :default => 'time'
14
14
  config_param :tag_col , :string , :default => 'tag'
15
15
  config_param :record_col , :string , :default => 'record'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-pgjson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - OKUNO Akihiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-26 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.2.2
78
+ rubygems_version: 2.4.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: ''