embulk-input-http_json 0.0.1-java → 0.0.2-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: 4bf5fc611defc025b7e0e26b1f01af5944f73e9134fd0407faacef866c232192
|
4
|
+
data.tar.gz: 32862572d3957d388ccad4a97d42a427e53bfadfadb206c9e5566c21e6ffa23e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0173679370ebc00e766564f46d2db8d5d9f5329c58b5418a104715976ded42da97eeaf58b6cf82c43f02a276915fd61381de7f63361d5cd6258c7910f4df822f'
|
7
|
+
data.tar.gz: b2981b70676dfbf5d473928a00dadbfa9d00dc2231fe96ce886f39699efb3c9aca94611004fc803649dd73e417d4963742ffcda935074357e5b4584419a17745
|
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.2
|
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.2.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.2-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
|