embulk-output-sqlserver 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-sqlserver-0.10.2.jar → embulk-output-sqlserver-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
- data/classpath/jffi-1.2.16-native.jar +0 -0
- metadata +11 -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: 0be8ba905cb1fc18e087989cf135bc0d31a8142f5b9e3dfcac76636c12434b4d
|
4
|
+
data.tar.gz: 38a10a7ef0ae44a286be49bb6ae73d51dba0ece073b8f4af4e0582a18bb65f2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54b98e4572b46683a86ecbe26078c91081c10e077533f802471ca86cf6eeaa4273c779ff286463b2f223ff7a673a5e0e6f14904689c84023ffd6938b52aa8819
|
7
|
+
data.tar.gz: 69f201a1bfed1a9855ee3788a00bd793fc4e96699c1481a9be2e56af2d6432419d39a115e58110212b90985647e407ad676fb6cf2657010e546340da9105d8dd
|
Binary file
|
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-sqlserver
|
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:
|
@@ -22,17 +22,18 @@ files:
|
|
22
22
|
- classpath/asm-commons-5.0.4.jar
|
23
23
|
- classpath/asm-tree-5.0.4.jar
|
24
24
|
- classpath/asm-util-5.0.4.jar
|
25
|
-
- classpath/embulk-output-jdbc-0.10.
|
26
|
-
- classpath/embulk-output-sqlserver-0.10.
|
27
|
-
- classpath/embulk-util-config-0.3.
|
28
|
-
- classpath/embulk-util-json-0.
|
25
|
+
- classpath/embulk-output-jdbc-0.10.3.jar
|
26
|
+
- classpath/embulk-output-sqlserver-0.10.3.jar
|
27
|
+
- classpath/embulk-util-config-0.3.3.jar
|
28
|
+
- classpath/embulk-util-json-0.2.1.jar
|
29
29
|
- classpath/embulk-util-retryhelper-0.8.2.jar
|
30
|
-
- classpath/embulk-util-rubytime-0.3.
|
31
|
-
- classpath/embulk-util-timestamp-0.2.
|
30
|
+
- classpath/embulk-util-rubytime-0.3.3.jar
|
31
|
+
- classpath/embulk-util-timestamp-0.2.2.jar
|
32
32
|
- classpath/jackson-annotations-2.6.7.jar
|
33
33
|
- classpath/jackson-core-2.6.7.jar
|
34
|
-
- classpath/jackson-databind-2.6.7.jar
|
34
|
+
- classpath/jackson-databind-2.6.7.5.jar
|
35
35
|
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
36
|
+
- classpath/jffi-1.2.16-native.jar
|
36
37
|
- classpath/jffi-1.2.16.jar
|
37
38
|
- classpath/jnr-ffi-2.1.7.jar
|
38
39
|
- classpath/jnr-x86asm-1.0.2.jar
|
@@ -59,8 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
60
|
- !ruby/object:Gem::Version
|
60
61
|
version: '0'
|
61
62
|
requirements: []
|
62
|
-
|
63
|
-
rubygems_version: 2.7.9
|
63
|
+
rubygems_version: 3.3.26
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: JDBC output plugin for Embulk
|
Binary file
|