embulk-output-cassandra 0.4.1-java → 0.5.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-cassandra-0.4.1.jar → embulk-output-cassandra-0.5.0.jar} +0 -0
- data/classpath/embulk-util-config-0.3.4.jar +0 -0
- data/classpath/guava-19.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/jackson-datatype-jsr310-2.6.7.jar +0 -0
- data/classpath/jffi-1.2.16-native.jar +0 -0
- metadata +11 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6edcbcc368ec6c46e3698deb04867fe8401358fdb0ec1e1956e4e0ce01cd359
|
4
|
+
data.tar.gz: 450e4f4cc22e78eef2c15e2c8c857b021188bc16d396f30c796fce42196108a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3501382cd02e4e94705aff51a67ef2aa0b91a319eda1f4e9d1f2b419e461d5fe6b908f9cfc5eda524864ad20f906af4dd4b5ecbc7e4b8b843b63f8daf8e0ed6c
|
7
|
+
data.tar.gz: 210c37d65cf2b85123864f61dd703271f8ee28756ba8cf85d2e13d53890a0d584c3ace6578e0eaf2f6cf566341bdbe79007b78740fec2cdce947c69fb74a3926
|
Binary file
|
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-cassandra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- joker1007
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Cassandra output plugin for Embulk
|
14
14
|
email:
|
@@ -24,7 +24,15 @@ files:
|
|
24
24
|
- classpath/asm-tree-5.0.3.jar
|
25
25
|
- classpath/asm-util-5.0.3.jar
|
26
26
|
- classpath/cassandra-driver-core-3.10.2.jar
|
27
|
-
- classpath/embulk-output-cassandra-0.
|
27
|
+
- classpath/embulk-output-cassandra-0.5.0.jar
|
28
|
+
- classpath/embulk-util-config-0.3.4.jar
|
29
|
+
- classpath/guava-19.0.jar
|
30
|
+
- classpath/jackson-annotations-2.6.7.jar
|
31
|
+
- classpath/jackson-core-2.6.7.jar
|
32
|
+
- classpath/jackson-databind-2.6.7.jar
|
33
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
34
|
+
- classpath/jackson-datatype-jsr310-2.6.7.jar
|
35
|
+
- classpath/jffi-1.2.16-native.jar
|
28
36
|
- classpath/jffi-1.2.16.jar
|
29
37
|
- classpath/jnr-constants-0.9.9.jar
|
30
38
|
- classpath/jnr-ffi-2.1.7.jar
|