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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85efe2d867fa6d148a3c75cab4a6a618fbb077437b613ab68f4d468b226c6f30
4
- data.tar.gz: 56ee3028ad364685588ccbd1eb4e02be9715a2e052cf05001afde84b08b9763f
3
+ metadata.gz: fdb711108162dd91474d31a3dbc76a0e4fbbaf76b0e899c80ce414aef0de71f1
4
+ data.tar.gz: 66dbe37b5e09db6689a3bb9e95bbb1702095a8243b7f81e9b224b7d41cf0db8a
5
5
  SHA512:
6
- metadata.gz: b92abdaf03720e6788a53b3b8c94708dc12fd7cbfb538e2e9e9ca62a65a5808da6ba9bc4aacfe9cdda62f2d1bcf2ccfc649b7cb0e9b23c20c838d4c5fa03afc2
7
- data.tar.gz: 176958db0c97f5148930ecbbab5cec53a2d76e4ca07dd7462628d6cb19b0eeaccdc437787f8b5d56ecae921f44a00d6da990b35ff315ab784ba279f6578ab1f5
6
+ metadata.gz: ee22bab19190e93c9a90d541d3861a1aa4992b96c6a24b01a1e70c3c581cfffc27be57f98f796d2e5899b7e971bc157f8b1a60954e516a7332c710fb544c4580
7
+ data.tar.gz: f48f550cef4cbb5204baa20a43020c4bdf92d136b844f99997834e09aeca6fc823bbe83ef7f1968fbd470f9b9d0ba5849a40b4388ada20dd27324e63340289d5
data/NOTICE CHANGED
@@ -1,11 +1,17 @@
1
1
  embulk-parser-msgpack
2
- Copyright 2015 The Embulk project
2
+ Copyright 2015-2022 Sadayuki Furuhashi, and the Embulk project.
3
3
 
4
- The gem distribution of this product includes software developed in a part of the Embulk project (https://www.embulk.org/).
5
- It has been licenced under the Apache Software License, Version 2.0.
4
+ This product includes software developed at
5
+ The Embulk project (https://www.embulk.org/).
6
6
 
7
- The gem distribution of this product includes JARs of the Jackson project (https://github.com/FasterXML/jackson), as-is.
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 gem distribution of this product includes JARs of the Jakarta Bean Validation API 1.1 (https://beanvalidation.org/1.1/), as-is.
11
- It is licensed under the Apache Software License, Version 2.0.
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/
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.3.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: 2021-05-25 00:00:00.000000000 Z
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.3.0.jar
27
- - classpath/embulk-util-config-0.3.0.jar
28
- - classpath/embulk-util-dynamic-0.1.0.jar
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