embulk-parser-avro 0.5.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b67164cef92f05c91bdcc65b525fe9e6f0036fe554d283c8837affaf9e320f93
4
+ data.tar.gz: cde775405eccc3437a14396a08912d4a5f6c03df4762b5341006fe0292b673c0
5
+ SHA512:
6
+ metadata.gz: bd8d4b58582dfe69b8c40a503e9129cb8ee5b5051dd387d4a0a1cbf2e0adfc0132d258f8b453bad1a68ca3cd1948686268e8cd141bd072d5473f2e6252b49f8b
7
+ data.tar.gz: 136b1ff4342f229e0542176db7a834e6be6a8390690f3c69838e2ec3e0c0dddad65c1674749137504988ba12adc4ecb92d54011686b4cab3affd9943f8088e5b
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+
2
+ MIT License
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_parser(
2
+ "avro", "org.embulk.parser.avro.AvroParserPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-parser-avro
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
+ platform: java
6
+ authors:
7
+ - joker1007
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Embulk parser plugin for Apache Avro format
14
+ email:
15
+ - kakyoin.hierophant@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/avro-1.11.2.jar
22
+ - classpath/commons-compress-1.22.jar
23
+ - classpath/embulk-parser-avro-0.5.0.jar
24
+ - classpath/embulk-util-config-0.3.1.jar
25
+ - classpath/embulk-util-file-0.1.3.jar
26
+ - classpath/embulk-util-json-0.1.1.jar
27
+ - classpath/embulk-util-rubytime-0.3.3.jar
28
+ - classpath/embulk-util-timestamp-0.2.2.jar
29
+ - classpath/jackson-annotations-2.6.7.jar
30
+ - classpath/jackson-core-2.6.7.jar
31
+ - classpath/jackson-databind-2.6.7.jar
32
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
33
+ - classpath/slf4j-api-1.7.36.jar
34
+ - classpath/snappy-java-1.1.8.1.jar
35
+ - classpath/validation-api-1.1.0.Final.jar
36
+ - classpath/xz-1.8.jar
37
+ - classpath/zstd-jni-1.4.5-12.jar
38
+ - lib/embulk/parser/avro.rb
39
+ homepage: https://github.com/joker1007/embulk-parser-avro
40
+ licenses:
41
+ - MIT
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.7.9
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: Avro parser plugin for Embulk
63
+ test_files: []