embulk-output-postgresql 0.10.2-java → 0.10.3-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/{embulk-output-jdbc-0.10.2.jar → embulk-output-jdbc-0.10.3.jar} +0 -0
- data/classpath/{embulk-output-postgresql-0.10.2.jar → embulk-output-postgresql-0.10.3.jar} +0 -0
- data/classpath/{embulk-util-config-0.3.0.jar → embulk-util-config-0.3.3.jar} +0 -0
- data/classpath/{embulk-util-json-0.1.1.jar → embulk-util-json-0.2.1.jar} +0 -0
- data/classpath/{embulk-util-rubytime-0.3.2.jar → embulk-util-rubytime-0.3.3.jar} +0 -0
- data/classpath/{embulk-util-timestamp-0.2.1.jar → embulk-util-timestamp-0.2.2.jar} +0 -0
- data/classpath/jackson-databind-2.6.7.5.jar +0 -0
- metadata +10 -11
- data/classpath/jackson-databind-2.6.7.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65f453c7ffa8571afcc2c620b01903db97692efd890cfbec276d3dae6dfdf6be
|
4
|
+
data.tar.gz: 9f0539be73ac692f5673620868b289e29ddde196ca34659596cb2ba2df74d62f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa1fb07fc6e8ebf839fa0816748d3e522362173139d0a5b72c8ea5f0e46cc1549e25ffce6f938315c80f0db9581b2de2569ffb1d68b2a1870ef60e120abf030c
|
7
|
+
data.tar.gz: 0fb1ef30b223716a719726d94af463dc7bd007bef78b9cd48b3bf3b302a09a47aac0504b7a514c247846ab4420cc411c402c5531af5749398bcb00de86899906
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.10.
|
4
|
+
version: 0.10.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -17,16 +17,16 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-output-jdbc-0.10.
|
21
|
-
- classpath/embulk-output-postgresql-0.10.
|
22
|
-
- classpath/embulk-util-config-0.3.
|
23
|
-
- classpath/embulk-util-json-0.
|
20
|
+
- classpath/embulk-output-jdbc-0.10.3.jar
|
21
|
+
- classpath/embulk-output-postgresql-0.10.3.jar
|
22
|
+
- classpath/embulk-util-config-0.3.3.jar
|
23
|
+
- classpath/embulk-util-json-0.2.1.jar
|
24
24
|
- classpath/embulk-util-retryhelper-0.8.2.jar
|
25
|
-
- classpath/embulk-util-rubytime-0.3.
|
26
|
-
- classpath/embulk-util-timestamp-0.2.
|
25
|
+
- classpath/embulk-util-rubytime-0.3.3.jar
|
26
|
+
- classpath/embulk-util-timestamp-0.2.2.jar
|
27
27
|
- classpath/jackson-annotations-2.6.7.jar
|
28
28
|
- classpath/jackson-core-2.6.7.jar
|
29
|
-
- classpath/jackson-databind-2.6.7.jar
|
29
|
+
- classpath/jackson-databind-2.6.7.5.jar
|
30
30
|
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
31
31
|
- classpath/validation-api-1.1.0.Final.jar
|
32
32
|
- default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
|
@@ -50,8 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
- !ruby/object:Gem::Version
|
51
51
|
version: '0'
|
52
52
|
requirements: []
|
53
|
-
|
54
|
-
rubygems_version: 2.7.9
|
53
|
+
rubygems_version: 3.3.26
|
55
54
|
signing_key:
|
56
55
|
specification_version: 4
|
57
56
|
summary: JDBC output plugin for Embulk
|
Binary file
|