embulk-output-mysql 0.10.2-java → 0.10.3-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.2.jar → embulk-output-jdbc-0.10.3.jar} +0 -0
- data/classpath/{embulk-output-mysql-0.10.2.jar → embulk-output-mysql-0.10.3.jar} +0 -0
- data/classpath/{embulk-util-config-0.3.0.jar → embulk-util-config-0.3.3.jar} +0 -0
- data/classpath/{embulk-util-json-0.1.1.jar → embulk-util-json-0.2.1.jar} +0 -0
- data/classpath/{embulk-util-rubytime-0.3.2.jar → embulk-util-rubytime-0.3.3.jar} +0 -0
- data/classpath/{embulk-util-timestamp-0.2.1.jar → embulk-util-timestamp-0.2.2.jar} +0 -0
- data/classpath/jackson-databind-2.6.7.5.jar +0 -0
- metadata +10 -11
- data/classpath/jackson-databind-2.6.7.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: e87e8da716e380ea900b618a86ab49a73424702085729f5d5bfb7b099fbdb4a8
|
4
|
+
data.tar.gz: db9a510773bdc9dada5c6a519c3531a966a1ad7cbf1e1909008fd28e12e6209e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc8ddd8fd944e4d6f5ec1c13c3f5fce0b7b68f7d6f76aa68eaa59f5f96f61ed91aca87a74b7cfa75ac6738606328d49306424a602185716d9b53d00c5b468100
|
7
|
+
data.tar.gz: 7e800b5cba2669f8f161948a60545a10f4e33975ca7453210eaa7ec963c3153dae827cfe49481b5c4d9d35820fc973aeeb620216716ec2d40bbe9b75bad66530
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary 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.10.
|
4
|
+
version: 0.10.3
|
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: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -17,16 +17,16 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-output-jdbc-0.10.
|
21
|
-
- classpath/embulk-output-mysql-0.10.
|
22
|
-
- classpath/embulk-util-config-0.3.
|
23
|
-
- classpath/embulk-util-json-0.
|
20
|
+
- classpath/embulk-output-jdbc-0.10.3.jar
|
21
|
+
- classpath/embulk-output-mysql-0.10.3.jar
|
22
|
+
- classpath/embulk-util-config-0.3.3.jar
|
23
|
+
- classpath/embulk-util-json-0.2.1.jar
|
24
24
|
- classpath/embulk-util-retryhelper-0.8.2.jar
|
25
|
-
- classpath/embulk-util-rubytime-0.3.
|
26
|
-
- classpath/embulk-util-timestamp-0.2.
|
25
|
+
- classpath/embulk-util-rubytime-0.3.3.jar
|
26
|
+
- classpath/embulk-util-timestamp-0.2.2.jar
|
27
27
|
- classpath/jackson-annotations-2.6.7.jar
|
28
28
|
- classpath/jackson-core-2.6.7.jar
|
29
|
-
- classpath/jackson-databind-2.6.7.jar
|
29
|
+
- classpath/jackson-databind-2.6.7.5.jar
|
30
30
|
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
31
31
|
- classpath/validation-api-1.1.0.Final.jar
|
32
32
|
- default_jdbc_driver/mysql-connector-java-5.1.44.jar
|
@@ -50,8 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
- !ruby/object:Gem::Version
|
51
51
|
version: '0'
|
52
52
|
requirements: []
|
53
|
-
|
54
|
-
rubygems_version: 2.7.9
|
53
|
+
rubygems_version: 3.3.26
|
55
54
|
signing_key:
|
56
55
|
specification_version: 4
|
57
56
|
summary: JDBC output plugin for Embulk
|
Binary file
|