embulk-output-mysql 0.1.1 → 0.1.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: 08ce3d7d01de2156f2abd94945de3150b720d02b
|
4
|
+
data.tar.gz: ee6daf0fc1e53bca5c94819dd15859a1bfed4d9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2d2a6b452e17793b26860ca0e60b0b71b9267e7bec211d40e91044b221edc6661856b43cfa09208025c77708abce475adcaae5bf39d50a9f1ae2e7dc705ddc0
|
7
|
+
data.tar.gz: bdc61bc8d920feed647c7ae8ac19200a7d1183e808a5c4cecaff3e48cb1984b56a5c42c0ba04d9253fd701cb7faea223fb366a7d120aca217d6a2bfb0831048d
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-mysql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2015-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: Inserts or updates records to a table.
|
14
14
|
email:
|
15
|
-
- frsyuki@
|
15
|
+
- frsyuki@gmail.com
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
@@ -24,8 +24,8 @@ files:
|
|
24
24
|
- src/main/java/org/embulk/output/mysql/MySQLBatchInsert.java
|
25
25
|
- src/main/java/org/embulk/output/mysql/MySQLOutputConnection.java
|
26
26
|
- src/main/java/org/embulk/output/mysql/MySQLOutputConnector.java
|
27
|
-
- classpath/embulk-output-jdbc-0.1.
|
28
|
-
- classpath/embulk-output-mysql-0.1.
|
27
|
+
- classpath/embulk-output-jdbc-0.1.2.jar
|
28
|
+
- classpath/embulk-output-mysql-0.1.2.jar
|
29
29
|
- classpath/mysql-connector-java-5.1.34.jar
|
30
30
|
homepage: https://github.com/embulk/embulk-output-jdbc
|
31
31
|
licenses:
|