embulk-filter-copy 0.2.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ef3e57ebac9fb4fd163408f597a2dc433ca2522300857d9b9cc015241d94e353
4
+ data.tar.gz: 7bec12e644239d40ef5016f9103e6557fbaf552f583600fbd355cb07490967a1
5
+ SHA512:
6
+ metadata.gz: 4ea560ba2dccc798caa90f4563e58becdf51fd64a668ab12cedfa7c8e431c3e4fd33d1511adb6ed1338a7f8191fe5337c711642f862545ef5329f3dbd097f163
7
+ data.tar.gz: 1a137f680cc0f8449e4f54171a7ed473a93a1990f6409b5c6fa5b0de473e268b93a83e3f92a45fbcc9a5499381e8c7f369acced07bbe91b62c2e557ecf710fc9
@@ -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.
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "copy", "pro.civitaspo.embulk.filter.copy.CopyFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-copy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: java
6
+ authors:
7
+ - Civitaspo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An filter plugin for Embulk (https://github.com/embulk/embulk/) that
14
+ copies loaded data to your defined embulk filters & output plugins.
15
+ email:
16
+ - civitaspo@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE.txt
22
+ - classpath/embulk-filter-copy-0.2.0.jar
23
+ - classpath/scala-library-2.13.1.jar
24
+ - lib/embulk/filter/copy.rb
25
+ homepage: https://github.com/civitaspo/embulk-filter-copy
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.7.9
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: An embulk filter plugin to copy loaded data.
49
+ test_files: []