embulk-filter-to_json 0.1.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: d4fe91c32d460178b4fd800b43e6ecb13cbeb266de0e755ed0e480c069d671a1
4
+ data.tar.gz: 1866a99b0d9214df7758fb129917c3745f2a6bd17cf2c108d9b5e8be9df11e7a
5
+ SHA512:
6
+ metadata.gz: 6119afcac89a9614646d3dd22fb4fad679f360415ab0630411c88913c9fe10b74325cdcaf06e1b059f6f3f2308c7fc525dad70f8f1a1285c0a371fe42ce406ad
7
+ data.tar.gz: c65cc7fccd3fc315daa42edd172a602ae0f35d86aa9f9bccf434baf1de9ac1f638e3f0d8324b0b560533e3af61c973372fb833f619149c5c4f884dc6efeefffa
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2016 Takahiro Nakayama
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "to_json", "org.embulk.filter.to_json.ToJsonFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-to_json
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: java
6
+ authors:
7
+ - Civitaspo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-05-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: To Json
14
+ email:
15
+ - civitaspo@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/embulk-filter-to_json-0.1.0.jar
22
+ - classpath/embulk-util-config-0.3.0.jar
23
+ - classpath/embulk-util-json-0.1.0.jar
24
+ - classpath/embulk-util-rubytime-0.3.2.jar
25
+ - classpath/embulk-util-timestamp-0.2.1.jar
26
+ - classpath/jackson-annotations-2.6.7.jar
27
+ - classpath/jackson-core-2.6.7.jar
28
+ - classpath/jackson-databind-2.6.7.jar
29
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
30
+ - classpath/validation-api-1.1.0.Final.jar
31
+ - lib/embulk/filter/to_json.rb
32
+ homepage: https://github.com/civitaspo/embulk-filter-to_json
33
+ licenses:
34
+ - MIT
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: To Json filter plugin for Embulk
56
+ test_files: []