embulk-parser-msgpack 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85efe2d867fa6d148a3c75cab4a6a618fbb077437b613ab68f4d468b226c6f30
4
- data.tar.gz: 56ee3028ad364685588ccbd1eb4e02be9715a2e052cf05001afde84b08b9763f
3
+ metadata.gz: f19e6789f9e7241a7b74e6b00243b760a076f319f5173be87b40e45626bc423a
4
+ data.tar.gz: 2ef61fbc23e9ac71c4b9ce90139b5932b4fd9259c283d7cde51079865afb6003
5
5
  SHA512:
6
- metadata.gz: b92abdaf03720e6788a53b3b8c94708dc12fd7cbfb538e2e9e9ca62a65a5808da6ba9bc4aacfe9cdda62f2d1bcf2ccfc649b7cb0e9b23c20c838d4c5fa03afc2
7
- data.tar.gz: 176958db0c97f5148930ecbbab5cec53a2d76e4ca07dd7462628d6cb19b0eeaccdc437787f8b5d56ecae921f44a00d6da990b35ff315ab784ba279f6578ab1f5
6
+ metadata.gz: 11ffe9995f6b11b14a181a72c7bcd6d1be0c8a5f1fc9038a4136cc7e0ba7d2f673a66206fd145a33a853950ef6b0790522819f6a509f128fb35590183065d8ce
7
+ data.tar.gz: 8e0364112024ad49292a5c0f55628478cfc36f6aedc35164567db3a91162661b1b88b43c5138ac8eb1d28e7043359be81648d34704c97106da9cd2fe8b666048
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.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: 2021-05-25 00:00:00.000000000 Z
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@treasure-data.com
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.3.0.jar
27
- - classpath/embulk-util-config-0.3.0.jar
28
- - classpath/embulk-util-dynamic-0.1.0.jar
29
- - classpath/embulk-util-rubytime-0.3.2.jar
30
- - classpath/embulk-util-timestamp-0.2.1.jar
26
+ - classpath/embulk-parser-msgpack-0.5.0.jar
27
+ - classpath/embulk-util-config-0.3.4.jar
28
+ - classpath/embulk-util-dynamic-0.1.1.jar
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
- rubyforge_project:
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