embulk-input-command 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7df45d93137ab29cb9155428faf4c1077d1e02e
4
- data.tar.gz: b21f4f519ed39685fa7393eb653051631fb74569
3
+ metadata.gz: 8eb60dbd8366d2d12a151d3cc28e9a8c4c126093
4
+ data.tar.gz: 98e6c40f52df206329ce696796842cd09e24a8e1
5
5
  SHA512:
6
- metadata.gz: fec54aff1701055cc30759ab0a06ed196ad8979d6cd2d65565c7ec31c5576a58f0b311a9003c85b54113c60847346bd8b413e8c412803a5ff3bcac3d7862bc4e
7
- data.tar.gz: cc7dff58b5c9a7c4188db02a40dfd040b6dff4a5e55a8f92b685e447785c4e482808a26486b68c5ebf266205fa188ff78a71223e3588b319cb5a64511bbba641
6
+ metadata.gz: f1b919f81f46a580ee580de8ef2eb48c732baaafd269e30fe5980effc644701b83cead5c2418624c0506c71abf4f142f433f3bed42387787c604dd517d710ed5
7
+ data.tar.gz: e77ef6a643a16f6c90aeb341ad7e3488f97e70ad50be9d9076e8698b2a0c8e043aabe32326673f0f959fb99b25425f9e9e7a49a543131b05efa0bdd3af10e8e5
@@ -12,11 +12,11 @@ configurations {
12
12
  provided
13
13
  }
14
14
 
15
- version = "0.1.2"
15
+ version = "0.1.3"
16
16
 
17
17
  dependencies {
18
- compile "org.embulk:embulk-core:0.4.8"
19
- provided "org.embulk:embulk-core:0.4.8"
18
+ compile "org.embulk:embulk-core:0.7.0"
19
+ provided "org.embulk:embulk-core:0.7.0"
20
20
  testCompile "junit:junit:4.+"
21
21
  }
22
22
 
@@ -1,6 +1,6 @@
1
- #Wed Feb 04 13:46:12 PST 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-bin.zip
6
+ distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip
@@ -9,7 +9,7 @@ import org.slf4j.Logger;
9
9
  import com.google.common.base.Optional;
10
10
  import com.google.common.collect.ImmutableList;
11
11
  import com.google.common.base.Throwables;
12
- import org.embulk.config.CommitReport;
12
+ import org.embulk.config.TaskReport;
13
13
  import org.embulk.config.Config;
14
14
  import org.embulk.config.ConfigDefault;
15
15
  import org.embulk.config.ConfigDiff;
@@ -78,7 +78,7 @@ public class CommandFileInputPlugin
78
78
  @Override
79
79
  public void cleanup(TaskSource taskSource,
80
80
  int taskCount,
81
- List<CommitReport> successCommitReports)
81
+ List<TaskReport> successTaskReports)
82
82
  {
83
83
  }
84
84
 
@@ -239,9 +239,9 @@ public class CommandFileInputPlugin
239
239
 
240
240
  public void abort() { }
241
241
 
242
- public CommitReport commit()
242
+ public TaskReport commit()
243
243
  {
244
- return Exec.newCommitReport();
244
+ return Exec.newTaskReport();
245
245
  }
246
246
 
247
247
  @Override
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -56,7 +56,7 @@ files:
56
56
  - lib/embulk/input/command.rb
57
57
  - src/main/java/org/embulk/input/CommandFileInputPlugin.java
58
58
  - src/test/java/org/embulk/input/TestCommandFileInputPlugin.java
59
- - classpath/embulk-input-command-0.1.2.jar
59
+ - classpath/embulk-input-command-0.1.3.jar
60
60
  homepage: https://github.com/embulk/embulk-input-command
61
61
  licenses:
62
62
  - Apache 2.0