embulk-input-http 0.0.7 → 0.0.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35a826fa02c2999c31850703296d646f9e2067e7
|
|
4
|
+
data.tar.gz: 7240909008fb44cdcc5894e97c65b20474e42bd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58005db1c171527da4c7a35377ccd9983c17b4def76c77843d4f4e5061fb69d3c6f0cfbe5f6f41300a8952f4c3126fa63cec765f008342e50043912f9af5314d
|
|
7
|
+
data.tar.gz: d067a2ef1b224dac1fd037d24eb61e6fca6014ee475db211f4c5f65ccd88987c47ddf7585b257dbc57e3d492778772b80634612a1900e2c79ced1dd4a42149a6
|
data/build.gradle
CHANGED
|
@@ -12,12 +12,12 @@ configurations {
|
|
|
12
12
|
provided
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
version = "0.0.
|
|
15
|
+
version = "0.0.8"
|
|
16
16
|
|
|
17
17
|
dependencies {
|
|
18
|
-
compile "org.embulk:embulk-core:0.
|
|
18
|
+
compile "org.embulk:embulk-core:0.7.0"
|
|
19
19
|
compile "org.apache.httpcomponents:httpclient:4.4"
|
|
20
|
-
provided "org.embulk:embulk-core:0.
|
|
20
|
+
provided "org.embulk:embulk-core:0.7.0"
|
|
21
21
|
testCompile "junit:junit:4.+"
|
|
22
22
|
}
|
|
23
23
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Tue Aug 11 00:26:20 PDT 2015
|
|
2
2
|
distributionBase=GRADLE_USER_HOME
|
|
3
3
|
distributionPath=wrapper/dists
|
|
4
4
|
zipStoreBase=GRADLE_USER_HOME
|
|
5
5
|
zipStorePath=wrapper/dists
|
|
6
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.
|
|
6
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip
|
|
@@ -144,7 +144,7 @@ public class HttpInputPlugin implements FileInputPlugin {
|
|
|
144
144
|
@Override
|
|
145
145
|
public void cleanup(TaskSource taskSource,
|
|
146
146
|
int taskCount,
|
|
147
|
-
List<
|
|
147
|
+
List<TaskReport> successTaskReports) {
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
@Override
|
|
@@ -292,8 +292,8 @@ public class HttpInputPlugin implements FileInputPlugin {
|
|
|
292
292
|
public void abort() {
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
public
|
|
296
|
-
return Exec.
|
|
295
|
+
public TaskReport commit() {
|
|
296
|
+
return Exec.newTaskReport();
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
@Override
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takuma kanari
|
|
@@ -65,7 +65,7 @@ files:
|
|
|
65
65
|
- src/test/java/org/embulk/input/TestQueryConfig.java
|
|
66
66
|
- classpath/commons-codec-1.9.jar
|
|
67
67
|
- classpath/commons-logging-1.2.jar
|
|
68
|
-
- classpath/embulk-input-http-0.0.
|
|
68
|
+
- classpath/embulk-input-http-0.0.8.jar
|
|
69
69
|
- classpath/httpclient-4.4.jar
|
|
70
70
|
- classpath/httpcore-4.4.jar
|
|
71
71
|
homepage: https://github.com/takumakanari/embulk-input-http
|