fluent-plugin-postgres-bulk 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-postgres-bulk.gemspec +1 -1
- data/lib/fluent/plugin/out_postgres_bulk.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d7daacdc694e2bfc30e083df297901509212b8167fcb4def4452bca6d6b3fc1
|
4
|
+
data.tar.gz: 1c3769b12ea5a5e6fbf89c0676bea325450a61cdee55e1285d719c2dbcc07c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12a78e71884a16d2101bda34823a62869c49473b6f2a3f24a6fc432363411824b53f37a2a3cddccb0a93e773dda1a06f67a13cb82feac4c4988b91d6f64a78ff
|
7
|
+
data.tar.gz: 1a8f890fd25b972449ba2d1c6bd88aef2e3b59fecbfd60ea5aa4fec5ab635aee40e0668a4b54a7c8b740db7f989d56176896ad9b312597c80f13f2ea10007e8c
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-postgres-bulk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ksss
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
130
|
version: '0'
|
131
131
|
requirements: []
|
132
132
|
rubyforge_project:
|
133
|
-
rubygems_version: 2.7.
|
133
|
+
rubygems_version: 2.7.7
|
134
134
|
signing_key:
|
135
135
|
specification_version: 4
|
136
136
|
summary: fluent plugin for bulk insert to postgres
|