embulk-input-http 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- 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: 3ebbbb5d16b7496fb5933d3c9680c7b5d38d133c
|
4
|
+
data.tar.gz: b1c14c5409eea15e7a5c06926585e06308a40c24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f28897b0bfd4ede1e9e5a5723e4f1ce1d0c1baa676aa2cbe6aac184c8e4c20c936f75f2765eff408a906a52572da183a549cf0bda3f94647e01594ea002affec
|
7
|
+
data.tar.gz: fa75cbab09a61217da184c4694dbbc1b2af824ff7c4147a8c44221a2c4e0fabe9e4e83d9322f4d388bd1968b13aaad753c43b620f31babcbcaa68adc5d8fb45e
|
data/build.gradle
CHANGED
@@ -13,16 +13,16 @@ configurations {
|
|
13
13
|
provided
|
14
14
|
}
|
15
15
|
|
16
|
-
version = "0.0.
|
16
|
+
version = "0.0.19"
|
17
17
|
|
18
18
|
sourceCompatibility = 1.7
|
19
19
|
targetCompatibility = 1.7
|
20
20
|
|
21
21
|
dependencies {
|
22
|
-
compile "org.embulk:embulk-core:0.
|
23
|
-
provided "org.embulk:embulk-core:0.
|
24
|
-
compile "org.apache.httpcomponents:httpclient:4.5"
|
25
|
-
compile "commons-io:commons-io:2.
|
22
|
+
compile "org.embulk:embulk-core:0.9.7"
|
23
|
+
provided "org.embulk:embulk-core:0.9.7"
|
24
|
+
compile "org.apache.httpcomponents:httpclient:4.5.5"
|
25
|
+
compile "commons-io:commons-io:2.6"
|
26
26
|
testCompile "junit:junit:4.+"
|
27
27
|
}
|
28
28
|
|
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.0.
|
4
|
+
version: 0.0.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takuma kanari
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -68,12 +68,12 @@ files:
|
|
68
68
|
- src/test/java/org/embulk/input/http/TestPagerOption.java
|
69
69
|
- src/test/java/org/embulk/input/http/TestParamsOption.java
|
70
70
|
- src/test/java/org/embulk/input/http/TestQueryOption.java
|
71
|
-
- classpath/commons-codec-1.
|
72
|
-
- classpath/commons-io-2.
|
71
|
+
- classpath/commons-codec-1.10.jar
|
72
|
+
- classpath/commons-io-2.6.jar
|
73
73
|
- classpath/commons-logging-1.2.jar
|
74
|
-
- classpath/embulk-input-http-0.0.
|
75
|
-
- classpath/httpclient-4.5.jar
|
76
|
-
- classpath/httpcore-4.4.
|
74
|
+
- classpath/embulk-input-http-0.0.19.jar
|
75
|
+
- classpath/httpclient-4.5.5.jar
|
76
|
+
- classpath/httpcore-4.4.9.jar
|
77
77
|
homepage: https://github.com/takumakanari/embulk-input-http
|
78
78
|
licenses:
|
79
79
|
- MIT
|