embulk-input-http_json 0.0.1-java → 0.0.3-java
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4a525a4618aa9e2f4172b7f54fa53257cf2c2d42719db5f6092211e1a8e626a
|
4
|
+
data.tar.gz: 595e69e1f9394068c13ea7a2667b04c2980fab76e6ef29801416db5bd9b7f9a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5338c0033d2b3e0ad8682f4ccd7af6342402e0970fabbb88ef03931a48222b9e2a3b4ff818b2a5ef7cacab901afa027e052f8cd48b2c2db684119fd84a134f3b
|
7
|
+
data.tar.gz: c95053035f2a8f4d424c8e23f7dafb515f28281fb0d7a703224d241b5c9d056929ebc2f05876f42aaf8ed8ec3034d649952bb3c2241ce9f2b77d3cfa2f70a33d
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-http_json
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Civitaspo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: An Embulk plugin to ingest data from REST API (Content-Type=application/json)
|
14
14
|
with jq.
|
@@ -22,7 +22,7 @@ files:
|
|
22
22
|
- classpath/aopalliance-repackaged-2.5.0-b32.jar
|
23
23
|
- classpath/classmate-1.5.1.jar
|
24
24
|
- classpath/embulk-base-restclient-0.10.1.jar
|
25
|
-
- classpath/embulk-input-http_json-0.0.
|
25
|
+
- classpath/embulk-input-http_json-0.0.3.jar
|
26
26
|
- classpath/embulk-util-config-0.3.1.jar
|
27
27
|
- classpath/embulk-util-json-0.1.1.jar
|
28
28
|
- classpath/embulk-util-retryhelper-0.8.1.jar
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- classpath/jersey-common-2.25.1.jar
|
51
51
|
- classpath/jersey-guava-2.25.1.jar
|
52
52
|
- classpath/osgi-resource-locator-1.0.1.jar
|
53
|
-
- classpath/shadow-jackson-jq-0.0.
|
53
|
+
- classpath/shadow-jackson-jq-0.0.3-all.jar
|
54
54
|
- classpath/validation-api-1.1.0.Final.jar
|
55
55
|
- lib/embulk/input/http_json.rb
|
56
56
|
homepage: https://github.com/civitaspo/embulk-input-http_json
|
Binary file
|