embulk-input-redshift 0.12.4-java → 0.13.1-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-input-jdbc-0.12.4.jar → embulk-input-jdbc-0.13.1.jar} +0 -0
- data/classpath/{embulk-input-postgresql-0.12.4.jar → embulk-input-postgresql-0.13.1.jar} +0 -0
- data/classpath/embulk-input-redshift-0.13.1.jar +0 -0
- data/classpath/{embulk-util-config-0.3.0.jar → embulk-util-config-0.3.1.jar} +0 -0
- data/lib/embulk/input/redshift.rb +1 -1
- metadata +6 -6
- data/classpath/embulk-input-redshift-0.12.4.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: 42de5200b28bddc033c1da773c2339e48d04ff18709ff4629c32cded6ffb07b3
|
4
|
+
data.tar.gz: 74bd5d284292eb7f5f230459e76e7ec7e39a361074c44b625ae80dc456485a52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6294d9da952a94b026d78ff19f9475fba7f56da01e2750ab284a168ec924d7a22cb0aab7a953a2dedda22294a162f158fb24b5c357654048b6aa2f834edd5936
|
7
|
+
data.tar.gz: a5d0f461a2a991af09dd36a30bfc75f35284f7dea8ff3edc49e463a4ece510a263ddc7b794372abe8eac98b0aa6f1072ead08173e2c3ed55898005eeea75ab2e
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from a table.
|
14
14
|
email:
|
@@ -17,10 +17,10 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-input-jdbc-0.
|
21
|
-
- classpath/embulk-input-postgresql-0.
|
22
|
-
- classpath/embulk-input-redshift-0.
|
23
|
-
- classpath/embulk-util-config-0.3.
|
20
|
+
- classpath/embulk-input-jdbc-0.13.1.jar
|
21
|
+
- classpath/embulk-input-postgresql-0.13.1.jar
|
22
|
+
- classpath/embulk-input-redshift-0.13.1.jar
|
23
|
+
- classpath/embulk-util-config-0.3.1.jar
|
24
24
|
- classpath/embulk-util-json-0.1.1.jar
|
25
25
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
26
26
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
Binary file
|