embulk-parser-msgpack 0.3.0-java → 0.4.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NOTICE +12 -6
- data/classpath/{embulk-parser-msgpack-0.3.0.jar → embulk-parser-msgpack-0.4.0.jar} +0 -0
- data/classpath/{embulk-util-config-0.3.0.jar → embulk-util-config-0.3.1.jar} +0 -0
- data/classpath/{embulk-util-dynamic-0.1.0.jar → embulk-util-dynamic-0.1.1.jar} +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdb711108162dd91474d31a3dbc76a0e4fbbaf76b0e899c80ce414aef0de71f1
|
4
|
+
data.tar.gz: 66dbe37b5e09db6689a3bb9e95bbb1702095a8243b7f81e9b224b7d41cf0db8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee22bab19190e93c9a90d541d3861a1aa4992b96c6a24b01a1e70c3c581cfffc27be57f98f796d2e5899b7e971bc157f8b1a60954e516a7332c710fb544c4580
|
7
|
+
data.tar.gz: f48f550cef4cbb5204baa20a43020c4bdf92d136b844f99997834e09aeca6fc823bbe83ef7f1968fbd470f9b9d0ba5849a40b4388ada20dd27324e63340289d5
|
data/NOTICE
CHANGED
@@ -1,11 +1,17 @@
|
|
1
1
|
embulk-parser-msgpack
|
2
|
-
Copyright 2015
|
2
|
+
Copyright 2015-2022 Sadayuki Furuhashi, and the Embulk project.
|
3
3
|
|
4
|
-
|
5
|
-
|
4
|
+
This product includes software developed at
|
5
|
+
The Embulk project (https://www.embulk.org/).
|
6
6
|
|
7
|
-
|
7
|
+
|
8
|
+
The RubyGems distribution of this product bundles products of
|
9
|
+
the Jackson project, as-is.
|
8
10
|
They are licensed under the Apache Software License, Version 2.0.
|
11
|
+
See: https://github.com/FasterXML/jackson
|
12
|
+
|
9
13
|
|
10
|
-
The
|
11
|
-
|
14
|
+
The RubyGems distribution of this product bundles products of
|
15
|
+
the Jakarta Bean Validation API 1.1, as-is.
|
16
|
+
They are licensed under the Apache Software License, Version 2.0.
|
17
|
+
See: https://beanvalidation.org/1.1/
|
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.4.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: Parses files encoded in MessagePack.
|
16
16
|
email:
|
@@ -23,9 +23,9 @@ 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.
|
28
|
-
- classpath/embulk-util-dynamic-0.1.
|
26
|
+
- classpath/embulk-parser-msgpack-0.4.0.jar
|
27
|
+
- classpath/embulk-util-config-0.3.1.jar
|
28
|
+
- classpath/embulk-util-dynamic-0.1.1.jar
|
29
29
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
30
30
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
31
31
|
- classpath/jackson-annotations-2.6.7.jar
|