embulk-output-http_json 0.0.2-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: 7f7b02cbc12108918b1a09d7aacefbf7837a84bcf4469efc02043004eb512e81
|
4
|
+
data.tar.gz: 0ec3a822e4b810e8b65668cde92c71c41c5cf9896d804835a76f5441e137622a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1e67998ade351b25eb940ded0c80ed52f7b1fccfaf8d8c2c32fd5b74a2dc16334cd3b1ca5d57ebc73f47232889dba9add31dd99212ff6a4e1409456d49d2a45
|
7
|
+
data.tar.gz: 0e07aadbb700788ddecc8ca141f66d8d0142404abe069bc252b96b30775dfd850906e359b762883c015079adc411801c1c9b2adf9e56d40d0bed1e598f25afc9
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-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:
|
11
|
+
date: 2022-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: An embulk output plugin to egest records as json via http/https.
|
14
14
|
email:
|
@@ -21,7 +21,7 @@ files:
|
|
21
21
|
- classpath/aopalliance-repackaged-2.5.0-b32.jar
|
22
22
|
- classpath/classmate-1.5.1.jar
|
23
23
|
- classpath/embulk-base-restclient-0.10.1.jar
|
24
|
-
- classpath/embulk-output-http_json-0.0.
|
24
|
+
- classpath/embulk-output-http_json-0.0.3.jar
|
25
25
|
- classpath/embulk-util-config-0.3.0.jar
|
26
26
|
- classpath/embulk-util-json-0.1.1.jar
|
27
27
|
- classpath/embulk-util-retryhelper-0.8.1.jar
|
@@ -49,7 +49,7 @@ files:
|
|
49
49
|
- classpath/jersey-common-2.25.1.jar
|
50
50
|
- classpath/jersey-guava-2.25.1.jar
|
51
51
|
- classpath/osgi-resource-locator-1.0.1.jar
|
52
|
-
- classpath/shadow-jackson-jq-0.0.
|
52
|
+
- classpath/shadow-jackson-jq-0.0.3-all.jar
|
53
53
|
- classpath/validation-api-1.1.0.Final.jar
|
54
54
|
- lib/embulk/output/http_json.rb
|
55
55
|
homepage: https://github.com/trocco-io/embulk-output-http_json
|