embulk-filter-pivot 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: a2afccc365ae0b185f2f5796d4a637da0ba47900c3efb7e76e187074e8b7880c
4
+ data.tar.gz: fc0dc311dffb3888e186750991b115a10a541fb492fc36b85ba680346222bf18
5
+ SHA512:
6
+ metadata.gz: f5f2628996af70114d87263c0668126613f8962a0aa89dfd6dcf56a66839cbaa23fa404bba2326962ed8fcd45a1c9085ea67ff3081a05db0daff052189e9ea99
7
+ data.tar.gz: da866b4d53873214af2ba4015590260d8e974f5c3230d209ff091da44c85eedfbfad88aaea703dae9b9387ef1db4328ba0317ae968d5cea7167abe3124fb6b91
data/LICENSE ADDED
@@ -0,0 +1,14 @@
1
+ Copyright 2021 okkez
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
14
+
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "pivot", "net.okkez.embulk.filter.pivot.PivotFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-pivot
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: java
6
+ authors:
7
+ - okkez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - okkez000@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - classpath/embulk-filter-pivot-0.1.0.jar
22
+ - classpath/embulk-util-config-0.3.1.jar
23
+ - classpath/jackson-annotations-2.6.7.jar
24
+ - classpath/jackson-core-2.6.7.jar
25
+ - classpath/jackson-databind-2.6.7.jar
26
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
27
+ - classpath/validation-api-1.1.0.Final.jar
28
+ - lib/embulk/filter/pivot.rb
29
+ homepage: https://github.com/okkez/embulk-filter-pivot
30
+ licenses:
31
+ - Apache-2.0
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
+ rubyforge_project:
49
+ rubygems_version: 2.7.9
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Pivot filter plugin for Embulk
53
+ test_files: []