embulk-parser-msgpack 0.4.0-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-parser-msgpack-0.5.0.jar +0 -0
- data/classpath/{embulk-util-config-0.3.1.jar → embulk-util-config-0.3.4.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 +9 -10
- data/classpath/embulk-parser-msgpack-0.4.0.jar +0 -0
- 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: f19e6789f9e7241a7b74e6b00243b760a076f319f5173be87b40e45626bc423a
|
4
|
+
data.tar.gz: 2ef61fbc23e9ac71c4b9ce90139b5932b4fd9259c283d7cde51079865afb6003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11ffe9995f6b11b14a181a72c7bcd6d1be0c8a5f1fc9038a4136cc7e0ba7d2f673a66206fd145a33a853950ef6b0790522819f6a509f128fb35590183065d8ce
|
7
|
+
data.tar.gz: 8e0364112024ad49292a5c0f55628478cfc36f6aedc35164567db3a91162661b1b88b43c5138ac8eb1d28e7043359be81648d34704c97106da9cd2fe8b666048
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-parser-msgpack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
@@ -10,27 +10,27 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2023-10-18 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: Parses files encoded in MessagePack.
|
16
16
|
email:
|
17
17
|
- frsyuki@gmail.com
|
18
18
|
- muga.nishizawa@gmail.com
|
19
|
-
- dmikurube@
|
19
|
+
- dmikurube@acm.org
|
20
20
|
executables: []
|
21
21
|
extensions: []
|
22
22
|
extra_rdoc_files: []
|
23
23
|
files:
|
24
24
|
- LICENSE
|
25
25
|
- NOTICE
|
26
|
-
- classpath/embulk-parser-msgpack-0.
|
27
|
-
- classpath/embulk-util-config-0.3.
|
26
|
+
- classpath/embulk-parser-msgpack-0.5.0.jar
|
27
|
+
- classpath/embulk-util-config-0.3.4.jar
|
28
28
|
- classpath/embulk-util-dynamic-0.1.1.jar
|
29
|
-
- classpath/embulk-util-rubytime-0.3.
|
30
|
-
- classpath/embulk-util-timestamp-0.2.
|
29
|
+
- classpath/embulk-util-rubytime-0.3.3.jar
|
30
|
+
- classpath/embulk-util-timestamp-0.2.2.jar
|
31
31
|
- classpath/jackson-annotations-2.6.7.jar
|
32
32
|
- classpath/jackson-core-2.6.7.jar
|
33
|
-
- classpath/jackson-databind-2.6.7.jar
|
33
|
+
- classpath/jackson-databind-2.6.7.5.jar
|
34
34
|
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
35
35
|
- classpath/validation-api-1.1.0.Final.jar
|
36
36
|
- lib/embulk/guess/msgpack.rb
|
@@ -54,8 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
56
|
requirements: []
|
57
|
-
|
58
|
-
rubygems_version: 2.7.9
|
57
|
+
rubygems_version: 3.3.26
|
59
58
|
signing_key:
|
60
59
|
specification_version: 4
|
61
60
|
summary: MessagePack parser plugin for Embulk
|
Binary file
|
Binary file
|