embulk-filter-expand_json 0.4.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: c7193ebf5af394600555ae35316ace12f66a8907378d6450c36991d25e54926a
|
4
|
+
data.tar.gz: fe18d939948e506bb463071fda6c7a9536d6c5be5cade3e2435b3a1546b5cfed
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 86677588ba35e08a9c5b33fb08478815fe6112acabe6def8407f19f96599650f5a028cda53293ad6acb61767ed80b7ff54b7e6e57787ee75c234da18c23c82db
|
7
|
+
data.tar.gz: 397447bb1c3dfdc9c3f9bf281000246b07f2340e2eaffbcd8e21e223d051cfa11facbdd08e12e45be18027ec9eaecd8e9afbf8a68e89ef8fbce88d86fefe4609
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-filter-expand_json
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.4.0
|
5
|
+
platform: java
|
6
|
+
authors:
|
7
|
+
- Civitaspo
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Expand Json
|
14
|
+
email:
|
15
|
+
- civitaspo@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- classpath/accessors-smart-1.2.jar
|
21
|
+
- classpath/asm-5.0.4.jar
|
22
|
+
- classpath/embulk-filter-expand_json-0.4.0.jar
|
23
|
+
- classpath/json-path-2.4.0.jar
|
24
|
+
- classpath/json-smart-2.3.jar
|
25
|
+
- lib/embulk/filter/expand_json.rb
|
26
|
+
homepage: https://github.com/civitaspo/embulk-filter-expand_json
|
27
|
+
licenses:
|
28
|
+
- MIT
|
29
|
+
metadata: {}
|
30
|
+
post_install_message:
|
31
|
+
rdoc_options: []
|
32
|
+
require_paths:
|
33
|
+
- lib
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
44
|
+
requirements: []
|
45
|
+
rubyforge_project:
|
46
|
+
rubygems_version: 2.7.9
|
47
|
+
signing_key:
|
48
|
+
specification_version: 4
|
49
|
+
summary: Expand Json filter plugin for Embulk
|
50
|
+
test_files: []
|