embulk-parser-jsonpath 0.3.2-java → 0.4.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/embulk-parser-jsonpath-0.4.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.1.jar +0 -0
- data/classpath/embulk-util-file-0.1.3.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/embulk-util-rubytime-0.3.2.jar +0 -0
- data/classpath/embulk-util-timestamp-0.2.1.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- metadata +13 -3
- data/classpath/embulk-parser-jsonpath-0.3.2.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a87bff6b027aa8ab4fdaa982a772298aef9f94454868bf5790511b1b811ee9de
|
4
|
+
data.tar.gz: 43397c117f366421b77e54103077e2a473d1962496023f2582e70866dbfb559a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2988b7ef249fe72cb5aaf88431a750e4dc2822749365bff902f93c0bfc21b909a6fa267e90621555a59043894251ab46741777b4691e3625d372bd617107534
|
7
|
+
data.tar.gz: 1233e36a031f1ee960752f2808698168c4b40d3f82ce56593223d9ae692e8d2f814993bea429267e5b19129ea4dfac688f19bd0fb729a60c553d5b9ce4d0c0c1
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-parser-jsonpath
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Hiroyuki Sato
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-06-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
@@ -49,9 +49,19 @@ extra_rdoc_files: []
|
|
49
49
|
files:
|
50
50
|
- classpath/accessors-smart-1.2.jar
|
51
51
|
- classpath/asm-5.0.4.jar
|
52
|
-
- classpath/embulk-parser-jsonpath-0.
|
52
|
+
- classpath/embulk-parser-jsonpath-0.4.0.jar
|
53
|
+
- classpath/embulk-util-config-0.3.1.jar
|
54
|
+
- classpath/embulk-util-file-0.1.3.jar
|
55
|
+
- classpath/embulk-util-json-0.1.1.jar
|
56
|
+
- classpath/embulk-util-rubytime-0.3.2.jar
|
57
|
+
- classpath/embulk-util-timestamp-0.2.1.jar
|
58
|
+
- classpath/jackson-annotations-2.6.7.jar
|
59
|
+
- classpath/jackson-core-2.6.7.jar
|
60
|
+
- classpath/jackson-databind-2.6.7.jar
|
61
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
53
62
|
- classpath/json-path-2.4.0.jar
|
54
63
|
- classpath/json-smart-2.3.jar
|
64
|
+
- classpath/validation-api-1.1.0.Final.jar
|
55
65
|
- lib/embulk/guess/jsonpath.rb
|
56
66
|
- lib/embulk/parser/jsonpath.rb
|
57
67
|
homepage: https://github.com/hiroyuki-sato/embulk-parser-jsonpath
|
Binary file
|