embulk-input-http 0.24.0-java → 0.25.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-input-http-0.25.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.1.jar +0 -0
- data/classpath/embulk-util-file-0.1.1.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/embulk-util-retryhelper-0.8.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 +14 -3
- data/classpath/embulk-input-http-0.24.0.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: 975c95a3c4b3f6426a4fee29c46c5daced02a09b8308ea20e27a0105c15b4bfc
|
4
|
+
data.tar.gz: 7a176455d37ff2e8f28fd14450831a9c12308db13ccb254fa8a92b7f69b8a27f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11cdab43fa1b997920924e6b6b783b9f926995886785a2a982bc2c179f367310ce6b9a6919bc25a35c26357219399bba408de4010623690a32d8cb0a2bfef07f
|
7
|
+
data.tar.gz: f01b65f3c921b983e377b03a0d39bf23f32b560d35477f51f63d790b2859bb8c8cf472157150ca2f158a03fb196ab8b558835c6fa401384d7bc26cb5bb88a2ca
|
Binary file
|
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,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Takuma kanari
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Fetch data via http(s)
|
14
14
|
email:
|
@@ -20,9 +20,20 @@ files:
|
|
20
20
|
- classpath/commons-codec-1.11.jar
|
21
21
|
- classpath/commons-io-2.6.jar
|
22
22
|
- classpath/commons-logging-1.2.jar
|
23
|
-
- classpath/embulk-input-http-0.
|
23
|
+
- classpath/embulk-input-http-0.25.0.jar
|
24
|
+
- classpath/embulk-util-config-0.3.1.jar
|
25
|
+
- classpath/embulk-util-file-0.1.1.jar
|
26
|
+
- classpath/embulk-util-json-0.1.1.jar
|
27
|
+
- classpath/embulk-util-retryhelper-0.8.1.jar
|
28
|
+
- classpath/embulk-util-rubytime-0.3.2.jar
|
29
|
+
- classpath/embulk-util-timestamp-0.2.1.jar
|
24
30
|
- classpath/httpclient-4.5.9.jar
|
25
31
|
- classpath/httpcore-4.4.11.jar
|
32
|
+
- classpath/jackson-annotations-2.6.7.jar
|
33
|
+
- classpath/jackson-core-2.6.7.jar
|
34
|
+
- classpath/jackson-databind-2.6.7.jar
|
35
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
36
|
+
- classpath/validation-api-1.1.0.Final.jar
|
26
37
|
- lib/embulk/input/http.rb
|
27
38
|
homepage: https://github.com/takumakanari/embulk-input-http
|
28
39
|
licenses:
|
Binary file
|