embulk-output-mysql 0.9.0-java → 0.10.0-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-output-jdbc-0.10.0.jar +0 -0
- data/classpath/{embulk-output-mysql-0.9.0.jar → embulk-output-mysql-0.10.0.jar} +0 -0
- data/classpath/embulk-util-config-0.3.0.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/embulk-util-retryhelper-0.8.2.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/output/mysql.rb +3 -3
- metadata +12 -4
- data/classpath/embulk-output-jdbc-0.9.0.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: 829ef3b307afdfceb1f0f8fc516118745bcdf1c02cc8a6c1ddbcd46e5cb8fec0
|
4
|
+
data.tar.gz: ddcb7bab28c8b9f526838f6ab09707e59f54e9399336a6cc63f9b681582744e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee6d5457aa0c56f2fd960c3f7c9c094d04c79026932c3e9c8b4ad9df610120a7fb4e607aa6966eef3e6e044830cd7d0f72f620619a07ed7aa3231570c4ae401e
|
7
|
+
data.tar.gz: decfb6c6f84656eeceb44061365129097a7115ee9178c7b745992170d4d7d82c6c20709af58df6670af3129e6fddeff28f7ca68933e423eb4fac29da9c9ff9f6
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/embulk/output/mysql.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
Embulk::JavaPlugin.register_output(
|
2
|
-
"mysql", "org.embulk.output.MySQLOutputPlugin",
|
3
|
-
File.expand_path("../../../../classpath", __FILE__))
|
1
|
+
Embulk::JavaPlugin.register_output(
|
2
|
+
"mysql", "org.embulk.output.MySQLOutputPlugin",
|
3
|
+
File.expand_path("../../../../classpath", __FILE__))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-mysql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -17,10 +17,18 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-output-jdbc-0.
|
21
|
-
- classpath/embulk-output-mysql-0.
|
20
|
+
- classpath/embulk-output-jdbc-0.10.0.jar
|
21
|
+
- classpath/embulk-output-mysql-0.10.0.jar
|
22
|
+
- classpath/embulk-util-config-0.3.0.jar
|
23
|
+
- classpath/embulk-util-json-0.1.1.jar
|
24
|
+
- classpath/embulk-util-retryhelper-0.8.2.jar
|
22
25
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
23
26
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
27
|
+
- classpath/jackson-annotations-2.6.7.jar
|
28
|
+
- classpath/jackson-core-2.6.7.jar
|
29
|
+
- classpath/jackson-databind-2.6.7.jar
|
30
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
31
|
+
- classpath/validation-api-1.1.0.Final.jar
|
24
32
|
- default_jdbc_driver/mysql-connector-java-5.1.44.jar
|
25
33
|
- lib/embulk/output/mysql.rb
|
26
34
|
homepage: https://github.com/embulk/embulk-output-jdbc
|
Binary file
|