embulk-filter-row 0.6.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: e37e5a7637f251f41092f6d02fdd1b041b55d962e56737cc0a6083c571aaf133
4
+ data.tar.gz: f250d7d03207de389ffd06abc0feda3ddbf0526c66992999c9d3d5595035ff8f
5
+ SHA512:
6
+ metadata.gz: 35ff8dd33810ad839889b716c22826be8eaf323f456c8a3690bac349c06a4591dba8583f894cf8153bb4ff79209ce54be510b50df266196c3c278e7678c26222
7
+ data.tar.gz: b4f4859957697a6e8f645a11c0a8a4d9f62718515597a79fcf3649f1d8b3509f013d32b07a25c60a8b11f690182e91b24c1579797ef560ebcd03121e3f41fe1f
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "row", "org.embulk.filter.row.RowFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-row
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.0
5
+ platform: java
6
+ authors:
7
+ - Naotoshi Seo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-06-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A filter plugin for Embulk to filter out rows with conditions.
14
+ email:
15
+ - sonots@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/commons-lang3-3.12.0.jar
22
+ - classpath/embulk-filter-row-0.6.0.jar
23
+ - classpath/embulk-util-config-0.3.0.jar
24
+ - classpath/embulk-util-file-0.1.3.jar
25
+ - classpath/embulk-util-json-0.1.1.jar
26
+ - classpath/embulk-util-rubytime-0.3.2.jar
27
+ - classpath/embulk-util-text-0.1.1.jar
28
+ - classpath/embulk-util-timestamp-0.2.1.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/jcodings-1.0.55.jar
34
+ - classpath/joni-2.1.41.jar
35
+ - classpath/validation-api-1.1.0.Final.jar
36
+ - lib/embulk/filter/row.rb
37
+ homepage: https://github.com/sonots/embulk-filter-row
38
+ licenses:
39
+ - MIT
40
+ metadata: {}
41
+ post_install_message:
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubyforge_project:
57
+ rubygems_version: 2.7.9
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: A filter plugin for Embulk to filter out rows with conditions
61
+ test_files: []