embulk-input-pipe 0.1.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: 654a6a848a4ef1a4a4cd8a69bb863cb4d8e0a4598c19ae1f1744c8b01aecf910
4
+ data.tar.gz: 3d45c92094323289e8bf8474b63b9da4740495858fad1922711447776dce2180
5
+ SHA512:
6
+ metadata.gz: 0e4cc5025e458210f84aaf3ba8b398aa877d0778254dd4579a06191b4b34614e42d3f363f1b7b2818ea7c6520afdabcd228977d87b4c3a6d4ccc9cee35754ee4
7
+ data.tar.gz: bc08700321b9fee4fb54c7c89dac6882be139cdc6007da03eb461c42f02d49de050adfe94b38f566bca7b9ec42aea8e8dc201922b8efe2744611eccd99f53a46
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "pipe", "org.embulk.input.pipe.PipeInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-pipe
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: java
6
+ authors:
7
+ - Karri Niemelä
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An Embulk plugin to load piped data.
14
+ email:
15
+ - kakoni@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/commons-codec-1.10.jar
21
+ - classpath/embulk-input-pipe-0.1.0.jar
22
+ - classpath/embulk-util-config-0.3.1.jar
23
+ - classpath/embulk-util-file-0.1.3.jar
24
+ - classpath/embulk-util-retryhelper-0.8.1.jar
25
+ - classpath/jackson-annotations-2.6.7.jar
26
+ - classpath/jackson-core-2.9.6.jar
27
+ - classpath/jackson-databind-2.6.7.jar
28
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
29
+ - classpath/javax.annotation-api-1.2.jar
30
+ - classpath/validation-api-1.1.0.Final.jar
31
+ - lib/embulk/input/pipe.rb
32
+ homepage: https://github.com/kakoni/embulk-input-pipe
33
+ licenses:
34
+ - Apache-2.0
35
+ metadata: {}
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ requirements: []
51
+ rubyforge_project:
52
+ rubygems_version: 2.7.9
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: Pipe input plugin for Embulk
56
+ test_files: []