embulk-output-mysql 0.10.2-java → 0.10.4-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.4.jar} +0 -0
- data/classpath/{embulk-output-mysql-0.10.2.jar → embulk-output-mysql-0.10.4.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: c0e1a19394662082e7cd59d4087e3b3716f5af569ed0514eb8e65755d54df5fb
|
4
|
+
data.tar.gz: e87b124edecea54ccf2468c8b3685d0339a4b8446962d6171b17054a34f8dc2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d07eb884016677967b3f1745f62af7a66c4feab2e3109fb2bf3d5fb4bdc0f85bb7c5c068985e4582b47c94a13909fc3788d8f4b6212cacbd29c6398062312fd
|
7
|
+
data.tar.gz: 7e1b48433d46a003cd9c7422f5196272410dcac2b96530824284549fad2634d3c7918a8e041e6fec9a8053ac9e078fb9923f24a3acc197529aa8c70ccfe64545
|
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.4
|
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: 2024-01-15 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.4.jar
|
21
|
+
- classpath/embulk-output-mysql-0.10.4.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
|