embulk-input-redshift 0.9.1 → 0.9.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: f1b87a75bee192f78b6a9c9486811c59ef5f58b3
|
4
|
+
data.tar.gz: c1cf3328329376cc1b5aeb561fb47912f8956c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 176fa8df4324c4d527abc80a0c6045f1dd53111ae391015aeb741140e5a69002c10b932d3ae5e1f7a79aa9ae59db830142385371dfca13fb4511eb5b82c7518a
|
7
|
+
data.tar.gz: 912cadb712b4c113e9d6e637098fb442bef885b917169aba0cacf269d342c76c91f6d0fd062e90f2ac7b7e94f70760069fc165fc26e4e39b14ab34a963fdfe89
|
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.9.
|
4
|
+
version: 0.9.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: 2018-03
|
11
|
+
date: 2018-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from a table.
|
14
14
|
email:
|
@@ -19,9 +19,9 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- README.md
|
21
21
|
- build.gradle
|
22
|
-
- classpath/embulk-input-jdbc-0.9.
|
23
|
-
- classpath/embulk-input-postgresql-0.9.
|
24
|
-
- classpath/embulk-input-redshift-0.9.
|
22
|
+
- classpath/embulk-input-jdbc-0.9.2.jar
|
23
|
+
- classpath/embulk-input-postgresql-0.9.2.jar
|
24
|
+
- classpath/embulk-input-redshift-0.9.2.jar
|
25
25
|
- classpath/postgresql-9.4-1205-jdbc41.jar
|
26
26
|
- lib/embulk/input/redshift.rb
|
27
27
|
- src/main/java/org/embulk/input/RedshiftInputPlugin.java
|