embulk-input-http 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/build.gradle +5 -5
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d4db1e839abd5e9c5d84c54cbda141d3ffe613f
|
|
4
|
+
data.tar.gz: 94c29e9b318d8eaa383c2a46a6131c4b5a1c770e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ce9962babf185be1fa4909d1d2fa697e3df54bbb4b79ac3fb2b43006b9fbe4b11d98763c9b0fc6862615e174dddffe17a24607e432bb7873d7ced2c44618aab
|
|
7
|
+
data.tar.gz: 88f88ed98d50eed6fc97e68284b083879ab0586ff0459e1642050698b90e385e2676f450fca2cc6f61f0351d8ddfb161c740e8feea870a70081b041172490fbc
|
data/build.gradle
CHANGED
|
@@ -13,15 +13,15 @@ configurations {
|
|
|
13
13
|
provided
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
version = "0.
|
|
16
|
+
version = "0.22.0"
|
|
17
17
|
|
|
18
18
|
sourceCompatibility = 1.7
|
|
19
19
|
targetCompatibility = 1.7
|
|
20
20
|
|
|
21
21
|
dependencies {
|
|
22
|
-
compile "org.embulk:embulk-core:0.9.
|
|
23
|
-
provided "org.embulk:embulk-core:0.9.
|
|
24
|
-
compile "org.apache.httpcomponents:httpclient:4.5.
|
|
22
|
+
compile "org.embulk:embulk-core:0.9.17"
|
|
23
|
+
provided "org.embulk:embulk-core:0.9.17"
|
|
24
|
+
compile "org.apache.httpcomponents:httpclient:4.5.9"
|
|
25
25
|
compile "commons-io:commons-io:2.6"
|
|
26
26
|
testCompile "junit:junit:4.+"
|
|
27
27
|
}
|
|
@@ -80,7 +80,7 @@ Gem::Specification.new do |spec|
|
|
|
80
80
|
spec.authors = ["Takuma kanari"]
|
|
81
81
|
spec.email = ["chemtrails.t@gmail.com"]
|
|
82
82
|
spec.summary = %q{Embulk plugin for http input}
|
|
83
|
-
spec.description = %q{Fetch data via http}
|
|
83
|
+
spec.description = %q{Fetch data via http(s)}
|
|
84
84
|
spec.homepage = "https://github.com/takumakanari/embulk-input-http"
|
|
85
85
|
spec.license = "MIT"
|
|
86
86
|
|
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.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takuma kanari
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description: Fetch data via http
|
|
41
|
+
description: Fetch data via http(s)
|
|
42
42
|
email:
|
|
43
43
|
- chemtrails.t@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -50,12 +50,12 @@ files:
|
|
|
50
50
|
- LICENSE.txt
|
|
51
51
|
- README.md
|
|
52
52
|
- build.gradle
|
|
53
|
-
- classpath/commons-codec-1.
|
|
53
|
+
- classpath/commons-codec-1.11.jar
|
|
54
54
|
- classpath/commons-io-2.6.jar
|
|
55
55
|
- classpath/commons-logging-1.2.jar
|
|
56
|
-
- classpath/embulk-input-http-0.
|
|
57
|
-
- classpath/httpclient-4.5.
|
|
58
|
-
- classpath/httpcore-4.4.
|
|
56
|
+
- classpath/embulk-input-http-0.22.0.jar
|
|
57
|
+
- classpath/httpclient-4.5.9.jar
|
|
58
|
+
- classpath/httpcore-4.4.11.jar
|
|
59
59
|
- config/checkstyle/checkstyle.xml
|
|
60
60
|
- config/checkstyle/default.xml
|
|
61
61
|
- example/json-example.yml
|