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: 0be0755b221d7db3033f0c0193aecddb989ab46f
4
- data.tar.gz: 1d027f7fca3f58087e93bc922a271f0126864842
3
+ metadata.gz: 35a826fa02c2999c31850703296d646f9e2067e7
4
+ data.tar.gz: 7240909008fb44cdcc5894e97c65b20474e42bd0
5
5
  SHA512:
6
- metadata.gz: 1f520102f0a5df0f642e9789e3fe035b6007e2bef3bfc3a3d57d816c7989e80dac7e6340455b4cfd802150033ac5b9c7737e3914da5aff7cfedd4dd96b631938
7
- data.tar.gz: ace4460f528b39465978d4753492ab9ad259c33cd3c7373df1d5583907592d3a067cf6052ed9b5d87156a0fc4d10b92e4eaf7240a4d3ceb27bdda451f736110b
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.7"
15
+ version = "0.0.8"
16
16
 
17
17
  dependencies {
18
- compile "org.embulk:embulk-core:0.6.8"
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.6.8"
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
- #Sat Mar 14 12:49:15 JST 2015
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.2.1-all.zip
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<CommitReport> successCommitReports) {
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 CommitReport commit() {
296
- return Exec.newCommitReport();
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.7
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.7.jar
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