embulk-output-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: 1880f5cf82dd5ea86ca253cf39afc926fd6cefa6
|
|
4
|
+
data.tar.gz: 862b6032bb80311f630a9675836de5b1dcbd3650
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca89155cb3c5d46d9f79bb3d1f5fd1ad736ba95d34b63128119c5ce25da0b69ddffee73d592604ec9c716b4697a0d586ea0eb72dcf3cd89a603363dd790d824e
|
|
7
|
+
data.tar.gz: 6ef7f878c444b90c0f1d90e91defeb5027c5fe7acb2e679d1fa8cfacc0049753009d47a25e00bb9cfd4c9d851e46091edf9b04d23f910323d098ab171cd102a0
|
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
|
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
|
|
21
21
|
testCompile "junit:junit:4.+"
|
|
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
|
|
@@ -8,7 +8,7 @@ import java.io.IOException;
|
|
|
8
8
|
import org.slf4j.Logger;
|
|
9
9
|
import com.google.common.base.Throwables;
|
|
10
10
|
import com.google.common.collect.ImmutableList;
|
|
11
|
-
import org.embulk.config.
|
|
11
|
+
import org.embulk.config.TaskReport;
|
|
12
12
|
import org.embulk.config.Config;
|
|
13
13
|
import org.embulk.config.ConfigDefault;
|
|
14
14
|
import org.embulk.config.ConfigDiff;
|
|
@@ -59,7 +59,7 @@ public class CommandFileOutputPlugin
|
|
|
59
59
|
@Override
|
|
60
60
|
public void cleanup(TaskSource taskSource,
|
|
61
61
|
int taskCount,
|
|
62
|
-
List<
|
|
62
|
+
List<TaskReport> successTaskReports)
|
|
63
63
|
{
|
|
64
64
|
}
|
|
65
65
|
|
|
@@ -162,9 +162,9 @@ public class CommandFileOutputPlugin
|
|
|
162
162
|
{
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
public
|
|
165
|
+
public TaskReport commit()
|
|
166
166
|
{
|
|
167
|
-
return Exec.
|
|
167
|
+
return Exec.newTaskReport();
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
private void closeCurrentProcess()
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-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/output/command.rb
|
|
57
57
|
- src/main/java/org/embulk/output/CommandFileOutputPlugin.java
|
|
58
58
|
- src/test/java/org/embulk/output/TestCommandFileOutputPlugin.java
|
|
59
|
-
- classpath/embulk-output-command-0.1.
|
|
59
|
+
- classpath/embulk-output-command-0.1.3.jar
|
|
60
60
|
homepage: https://github.com/embulk/embulk-output-command
|
|
61
61
|
licenses:
|
|
62
62
|
- Apache 2.0
|