embulk-guess-avro 0.5.0-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 749d87da1e4b72e7017e166429e110ec68557f4477a67d212366cf1e27f18389
4
+ data.tar.gz: db2213c7b18de654b4c89faf177fe8efcd0faf8d6378210a25ba69876f68e99c
5
+ SHA512:
6
+ metadata.gz: 6bfb79e20ef1655831b57c5794f7feb30f7215e14bd46877ca947ac67843a1c1786200b46aaece725bb446f1e2a4a585109bff4a27ff57c4e5eecea773f4ac72
7
+ data.tar.gz: fe8217329f7476a00e098f027cec4676126fd7b27b2648367105e2609665b47f2faf03b8f0bf4c73088c4f73be916f19074c5d550b198fd34c61ea279ddb49d8
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_guess(
2
+ "avro", "org.embulk.guess.avro.AvroGuessPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-guess-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 guess 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-guess-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/guess/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 guess plugin for Embulk
63
+ test_files: []