embulk-input-command 0.1.2 → 0.1.3
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: 8eb60dbd8366d2d12a151d3cc28e9a8c4c126093
|
|
4
|
+
data.tar.gz: 98e6c40f52df206329ce696796842cd09e24a8e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1b919f81f46a580ee580de8ef2eb48c732baaafd269e30fe5980effc644701b83cead5c2418624c0506c71abf4f142f433f3bed42387787c604dd517d710ed5
|
|
7
|
+
data.tar.gz: e77ef6a643a16f6c90aeb341ad7e3488f97e70ad50be9d9076e8698b2a0c8e043aabe32326673f0f959fb99b25425f9e9e7a49a543131b05efa0bdd3af10e8e5
|
data/build.gradle
CHANGED
|
@@ -12,11 +12,11 @@ configurations {
|
|
|
12
12
|
provided
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
version = "0.1.
|
|
15
|
+
version = "0.1.3"
|
|
16
16
|
|
|
17
17
|
dependencies {
|
|
18
|
-
compile "org.embulk:embulk-core:0.
|
|
19
|
-
provided "org.embulk:embulk-core:0.
|
|
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
|
|
|
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
|
|
@@ -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.
|
|
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<
|
|
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
|
|
242
|
+
public TaskReport commit()
|
|
243
243
|
{
|
|
244
|
-
return Exec.
|
|
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.
|
|
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-
|
|
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.
|
|
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
|