embulk-output-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: 54096576627cd93967c8cbbc6e8fac9c1f934689
4
- data.tar.gz: cfddac9d0aaa1feb75a98139325528a81d80dc96
3
+ metadata.gz: 1880f5cf82dd5ea86ca253cf39afc926fd6cefa6
4
+ data.tar.gz: 862b6032bb80311f630a9675836de5b1dcbd3650
5
5
  SHA512:
6
- metadata.gz: b9965b8c0f1617d003b403c0393e89e54fea7905a5da3b9a44e55dddf65a2eddde5b8eb3f81040ba7d58c6174ac1b4943bcb8f37e69c9bbf7865f892b38fb87f
7
- data.tar.gz: 9e88560e608e691cb49e2641ae44843ddf955ffc9a440bc3f8722f94231d15c1824a197aeac5086f3eb774133a23b8240ae4479f1236fe8af51b3078713b67be
6
+ metadata.gz: ca89155cb3c5d46d9f79bb3d1f5fd1ad736ba95d34b63128119c5ce25da0b69ddffee73d592604ec9c716b4697a0d586ea0eb72dcf3cd89a603363dd790d824e
7
+ data.tar.gz: 6ef7f878c444b90c0f1d90e91defeb5027c5fe7acb2e679d1fa8cfacc0049753009d47a25e00bb9cfd4c9d851e46091edf9b04d23f910323d098ab171cd102a0
@@ -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
  // compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
21
21
  testCompile "junit:junit:4.+"
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
@@ -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.CommitReport;
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<CommitReport> successCommitReports)
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 CommitReport commit()
165
+ public TaskReport commit()
166
166
  {
167
- return Exec.newCommitReport();
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.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/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.2.jar
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