embulk-decoder-command 0.3.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: 0ca0ba6ec7fc3bf30a4c43f753c5ec08d48f59aec258f3d7c91b2536777af413
4
+ data.tar.gz: d7ce6961ac6036786fb665bec2949c0e4e4fa19b9e4b5dc9ca78743f03e8835b
5
+ SHA512:
6
+ metadata.gz: 5ea496bf687eef40412e13c8f1ec96a4f1ea3de952b21e2c62a01760a6cd73ce36ae73c1078ad573784b3bd9b8bce9262b5bf0c3bff96111eff25d46cd590226
7
+ data.tar.gz: c1979e8b5b1317d95df0ef04b7919646633cc1bf91862e751858d2622550a38e64fa9a2bc02b6585f6b391b6651e06cfa996df005289385987397159e5b7ece0
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_decoder(
2
+ "command", "org.embulk.decoder.command.CommandDecoderPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-decoder-command
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: java
6
+ authors:
7
+ - ksss
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-02-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Decodes files by piping each input through an external command.
14
+ email:
15
+ - co000ri@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/embulk-decoder-command-0.3.0.jar
21
+ - classpath/embulk-util-config-0.5.0.jar
22
+ - classpath/embulk-util-file-0.2.0.jar
23
+ - classpath/jackson-annotations-2.15.4.jar
24
+ - classpath/jackson-core-2.15.4.jar
25
+ - classpath/jackson-databind-2.15.4.jar
26
+ - classpath/jackson-datatype-jdk8-2.15.4.jar
27
+ - classpath/validation-api-2.0.1.Final.jar
28
+ - lib/embulk/decoder/command.rb
29
+ homepage: https://github.com/ksss/embulk-decoder-command
30
+ licenses:
31
+ - MIT
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubygems_version: 3.3.26
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Command decoder plugin for Embulk
52
+ test_files: []