embulk-decoder-commons-compress 0.6.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: c56b2c6aa91e471f2a12cdadb10b8ff5b1979f9f0d458abb6ac3460d32554864
4
+ data.tar.gz: 40ef07eb58c1926e09636298631436dac05e14dedcf64075aec958e269d9eb03
5
+ SHA512:
6
+ metadata.gz: 402d0a9f5324d0702daf2c5c897a8828d57beeac2884d4d64b7d099c2512685266fbb081f002e884ecb711f5003e5c17941601e26fab4e0a9c8140f1391867e0
7
+ data.tar.gz: 1710a6aa9e17009cdf47cb1d7ff721e2b1bb3ca6b5bb67a467574c6e6775a855c06d9f3a0005016aebe4eccf2a519e33d71cc828067aa96799c571359a446c34
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_decoder(
2
+ "commons-compress", "org.embulk.decoder.CommonsCompressDecoderPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-decoder-commons-compress
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.0
5
+ platform: java
6
+ authors:
7
+ - hata
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - hiroki.ata@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/commons-compress-1.25.0.jar
21
+ - classpath/embulk-decoder-commons-compress-0.6.0.jar
22
+ - classpath/embulk-util-config-0.3.4.jar
23
+ - classpath/embulk-util-file-0.1.5.jar
24
+ - classpath/jackson-annotations-2.6.7.jar
25
+ - classpath/jackson-core-2.6.7.jar
26
+ - classpath/jackson-databind-2.6.7.5.jar
27
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
28
+ - classpath/validation-api-1.1.0.Final.jar
29
+ - lib/embulk/decoder/commons-compress.rb
30
+ homepage: https://github.com/hata/embulk-decoder-commons-compress
31
+ licenses:
32
+ - MIT
33
+ metadata: {}
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ requirements: []
49
+ rubygems_version: 3.3.26
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Commons Compress decoder plugin for Embulk
53
+ test_files: []