embulk-output-postgresql 0.8.1 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c40968f0a5deb08818c904871fb92ed77a6be595
|
4
|
+
data.tar.gz: 583509046b2ba2c58b1a0f000c863e005fdf26d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de8c4ea59948fe62389254cbad849802d6250080edd5024a51db8a53d4f4111c8ac7668997d9d7e9a1892f081fc73de38a5283590cccffcbb84cf805547c9e8b
|
7
|
+
data.tar.gz: 77879f4ab4996d2d2a15fde031f80d3ac6d6ca09cb4c743c2a92db4869d0fd94bbb9ee1a8692a4f042782a510abdeb3401ec40b4afa28a611a755c9f11734d2c
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-postgresql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -19,8 +19,8 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- README.md
|
21
21
|
- build.gradle
|
22
|
-
- classpath/embulk-output-jdbc-0.8.
|
23
|
-
- classpath/embulk-output-postgresql-0.8.
|
22
|
+
- classpath/embulk-output-jdbc-0.8.2.jar
|
23
|
+
- classpath/embulk-output-postgresql-0.8.2.jar
|
24
24
|
- default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
|
25
25
|
- lib/embulk/output/postgresql.rb
|
26
26
|
- src/main/java/org/embulk/output/PostgreSQLOutputPlugin.java
|
Binary file
|