embulk-input-ftp 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0acbad097efd3f667a4ca8dafedb204826b513f2
|
4
|
+
data.tar.gz: b225f6ee1a38a587566717bdfc59ab24198afb43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b7e32fdaeb95bafb8205338e5d40e37325ca4a8846392670260a96f860fef33a2b879ef52d83722ec7a03991a05b78e5adc2b0e9b3bc3f0dddf8b1fdb61116b
|
7
|
+
data.tar.gz: 621c453bce9718b49bd7970a31cfba66391fb3e85755a6ca921a3f02697b212518ed211c6cef085d155b69fbbd2ce2e445da9e8cf15f8fd68d691fc225d1974c
|
data/ChangeLog
CHANGED
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 files("libs/ftp4j-1.7.2.jar")
|
21
21
|
compile "org.bouncycastle:bcpkix-jdk15on:1.52"
|
22
22
|
testCompile "junit:junit:4.+"
|
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
|
@@ -25,7 +25,7 @@ import it.sauronsoftware.ftp4j.FTPIllegalReplyException;
|
|
25
25
|
import it.sauronsoftware.ftp4j.FTPDataTransferException;
|
26
26
|
import it.sauronsoftware.ftp4j.FTPAbortedException;
|
27
27
|
import it.sauronsoftware.ftp4j.FTPListParseException;
|
28
|
-
import org.embulk.config.
|
28
|
+
import org.embulk.config.TaskReport;
|
29
29
|
import org.embulk.config.Config;
|
30
30
|
import org.embulk.config.ConfigInject;
|
31
31
|
import org.embulk.config.ConfigDefault;
|
@@ -147,7 +147,7 @@ public class FtpFileInputPlugin
|
|
147
147
|
@Override
|
148
148
|
public void cleanup(TaskSource taskSource,
|
149
149
|
int taskCount,
|
150
|
-
List<
|
150
|
+
List<TaskReport> successTaskReports)
|
151
151
|
{
|
152
152
|
// do nothing
|
153
153
|
}
|
@@ -596,9 +596,9 @@ public class FtpFileInputPlugin
|
|
596
596
|
|
597
597
|
public void abort() { }
|
598
598
|
|
599
|
-
public
|
599
|
+
public TaskReport commit()
|
600
600
|
{
|
601
|
-
return Exec.
|
601
|
+
return Exec.newTaskReport();
|
602
602
|
}
|
603
603
|
}
|
604
604
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-ftp
|
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
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- src/test/java/org/embulk/input/TestFtpFileInputPlugin.java
|
63
63
|
- classpath/bcpkix-jdk15on-1.52.jar
|
64
64
|
- classpath/bcprov-jdk15on-1.52.jar
|
65
|
-
- classpath/embulk-input-ftp-0.1.
|
65
|
+
- classpath/embulk-input-ftp-0.1.3.jar
|
66
66
|
- classpath/ftp4j-1.7.2.jar
|
67
67
|
homepage: https://github.com/embulk/embulk-input-ftp
|
68
68
|
licenses:
|