embulk-output-db2 0.7.10 → 0.7.11
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: 469348882a7ba0c5ed6c12ef49feda52ee125a86
|
4
|
+
data.tar.gz: ec86d06263dbf06e7f4609baab8b229224a2b429
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0b5693db962a83f3f0b5cff026441f83d662810f47a8219f20d76d8e6aa6a6c2f8e110724a252f00260ce5888a0a7738cf27fb0274aa65a734e17c871fa2f66
|
7
|
+
data.tar.gz: fc2bcf3b2052cde80368ec6096702020edcc84709b66e09b874234797e644b1dcf0f1c100b27df5635e47e5f10364c9a7de0112d3c04acd0e3198be94c900c7c
|
data/build.gradle
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
dependencies {
|
4
4
|
compile project(':embulk-output-jdbc')
|
5
5
|
|
6
|
-
testCompile 'org.embulk:embulk-standards:0.8.
|
6
|
+
testCompile 'org.embulk:embulk-standards:0.8.22'
|
7
7
|
testCompile project(':embulk-output-jdbc').sourceSets.test.output
|
8
8
|
testCompile files('driver/db2jcc4.jar')
|
9
9
|
}
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-db2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-16 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-db2-0.7.
|
23
|
-
- classpath/embulk-output-jdbc-0.7.
|
22
|
+
- classpath/embulk-output-db2-0.7.11.jar
|
23
|
+
- classpath/embulk-output-jdbc-0.7.11.jar
|
24
24
|
- lib/embulk/output/db2.rb
|
25
25
|
- out/test/db2/data/test-char.csv
|
26
26
|
- out/test/db2/data/test-datetime.csv
|