embulk-input-redshift 0.2.2 → 0.2.3

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: c75156933a386d215794bdcdbeb92524d30fcf8c
4
- data.tar.gz: ae4bddc7517da0a92d3753dab7382a5ac49631ee
3
+ metadata.gz: 83c1b050f62024c8b6cf8628f45e35a2595f3e6d
4
+ data.tar.gz: 8e1b161c9a439f538266af094faba0e4bc615de7
5
5
  SHA512:
6
- metadata.gz: f4ec886572fb0bc8ca480ac9d70743806e64168a71c601a6d0e4f98ae4c876bcb220754575f7bd83b8c1aa0e0a1e9f2ccbce7b6083e681978bb3a2daa2cbfd0d
7
- data.tar.gz: 2ce429d6038109f02ad07b57dd1e612b68803aa16bb7d3481119766885d7a618c56a2cb92183c32d05de60e49ffb202b7c0b1da78d0025e314261923faff2783
6
+ metadata.gz: 9e4a7e153e7a6ae651c5afc4de47dae2837af189638148db5a78b37fcfd7a5d334c5ff021012802ec734788f9e216e5f6f592283ab32eab991298988b577314e
7
+ data.tar.gz: aac3cd36d281e8ec783e1e4e4f07c8d2a3321edd436af4c05570792c95d0c7f0b21da918e6bf76e789c32ba56b7b968301dfb6846c8fa1488e36acf23d3df1b9
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
- - FURUHASHI Sadayuki
7
+ - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-19 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: JDBC input plugin is an Embulk plugin that loads records from JDBC so that any output plugins can receive the records. Search the output plugins by "embulk-output" keyword.
13
+ description: Selects records from a table.
14
14
  email:
15
- - frsyuki@users.sourceforge.jp
15
+ - frsyuki@gmail.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
@@ -21,9 +21,9 @@ files:
21
21
  - build.gradle
22
22
  - lib/embulk/input/redshift.rb
23
23
  - src/main/java/org/embulk/input/RedshiftInputPlugin.java
24
- - classpath/embulk-input-jdbc-0.2.2.jar
25
- - classpath/embulk-input-postgresql-0.2.2.jar
26
- - classpath/embulk-input-redshift-0.2.2.jar
24
+ - classpath/embulk-input-jdbc-0.2.3.jar
25
+ - classpath/embulk-input-postgresql-0.2.3.jar
26
+ - classpath/embulk-input-redshift-0.2.3.jar
27
27
  - classpath/jna-4.1.0.jar
28
28
  - classpath/jna-platform-4.1.0.jar
29
29
  - classpath/postgresql-9.4-1200-jdbc41.jar