embulk-output-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: 045b7a44962ffa7baadcd285be2d4b1821902b1be207bee75bcaceba7576aae6
|
4
|
+
data.tar.gz: 90a9b558831483707f7e9ebc55ffd0a564de7847dadb502ef328c20cf3f5ac69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2fbcc4e744a9b8dbfcfbd4057f6f9c837d204c20dbd2b904f3b8984105d549ff00c338375d594fca8584c3d18d4af9dfbf9a18dcd565ab5afa392398b9e66ad
|
7
|
+
data.tar.gz: ecbd294561474ea4a91d6a2a3d79df2d940ba5c1b49bc48565ee43c19f09883dda99f2e594fa5d3d6e09855fe99d137c9c7da420d2ecd34c1d7ba8ff1b54aa6d
|
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.2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Civitaspo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-14 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.2.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.2-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
|