embulk-input-mysql 0.11.1-java → 0.12.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-input-jdbc-0.12.0.jar +0 -0
- data/classpath/embulk-input-mysql-0.12.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.0.jar +0 -0
- data/classpath/embulk-util-json-0.1.0.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/input/mysql.rb +3 -3
- metadata +11 -4
- data/classpath/embulk-input-jdbc-0.11.1.jar +0 -0
- data/classpath/embulk-input-mysql-0.11.1.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: 22d4fef23e8fb011b1baeabd14e1648244e87707b03336c3f80ef7fac817a835
|
4
|
+
data.tar.gz: ec5a8b710d4073b378ea5cfa6c14dc9638db67f195fc33a4f6df5049ec0044b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 863cc3eb8c23465b5fed58a2c8b8f0e498d8261fe88a5289434f5eaaccd2f5078e279cb38211989e8d9e41456e6300e986944af0a87f5cb4b00d7c1adbdf8eb5
|
7
|
+
data.tar.gz: 0e1e13dede460d2ab4171eb4f53a8277be5f96d18a967cf300f0f5333e36a6536c607f61c9f51e246df5ab7611a5435673e26d60ebf68c2cd3a1ce827c71f195
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/embulk/input/mysql.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
Embulk::JavaPlugin.register_input(
|
2
|
-
"mysql", "org.embulk.input.MySQLInputPlugin",
|
3
|
-
File.expand_path("../../../../classpath", __FILE__))
|
1
|
+
Embulk::JavaPlugin.register_input(
|
2
|
+
"mysql", "org.embulk.input.MySQLInputPlugin",
|
3
|
+
File.expand_path("../../../../classpath", __FILE__))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-mysql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from a table.
|
14
14
|
email:
|
@@ -17,10 +17,17 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-input-jdbc-0.
|
21
|
-
- classpath/embulk-input-mysql-0.
|
20
|
+
- classpath/embulk-input-jdbc-0.12.0.jar
|
21
|
+
- classpath/embulk-input-mysql-0.12.0.jar
|
22
|
+
- classpath/embulk-util-config-0.3.0.jar
|
23
|
+
- classpath/embulk-util-json-0.1.0.jar
|
22
24
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
23
25
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
26
|
+
- classpath/jackson-annotations-2.6.7.jar
|
27
|
+
- classpath/jackson-core-2.6.7.jar
|
28
|
+
- classpath/jackson-databind-2.6.7.jar
|
29
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
30
|
+
- classpath/validation-api-1.1.0.Final.jar
|
24
31
|
- default_jdbc_driver/mysql-connector-java-5.1.44.jar
|
25
32
|
- lib/embulk/input/mysql.rb
|
26
33
|
homepage: https://github.com/embulk/embulk-input-jdbc
|
Binary file
|
Binary file
|