embulk-input-sftp 0.2.5 → 0.2.6
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 +4 -4
- data/.travis.yml +9 -2
- data/CHANGELOG.md +4 -0
- data/build.gradle +4 -4
- data/gradle/wrapper/gradle-wrapper.jar +0 -0
- data/gradle/wrapper/gradle-wrapper.properties +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e5bb47c115c41e13799cbfcf46671af322f84e2
|
|
4
|
+
data.tar.gz: eb38505bcf11e80baa8479fe3288865dddb6cd72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f79bab7d1840e2be3e99514acea0ead21f2241b0a082b31b65ef5aa5319c7705afc07e0efdb7047ec071b3e3c285a8ff93a9371096e08b1c52c748e19a4429a
|
|
7
|
+
data.tar.gz: 6d3b85448f45f749cca6c4fb125f64bcb00b8793e2c935fe2a0896c0841e3922cfda9e196c4fd9937010643b37d094e245b7b1248afc788856b82281a36520a2
|
data/.travis.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
dist: precise
|
|
1
2
|
language: java
|
|
2
3
|
|
|
3
4
|
jdk:
|
|
@@ -6,5 +7,11 @@ jdk:
|
|
|
6
7
|
- openjdk7
|
|
7
8
|
|
|
8
9
|
script:
|
|
9
|
-
- ./gradlew
|
|
10
|
-
|
|
10
|
+
- ./gradlew test
|
|
11
|
+
|
|
12
|
+
after_success:
|
|
13
|
+
- ./gradlew jacocoTestReport coveralls
|
|
14
|
+
addons:
|
|
15
|
+
hosts:
|
|
16
|
+
- example.com
|
|
17
|
+
hostname: example.com
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.2.6 - 2018-01-15
|
|
2
|
+
- [maintenance] Upgrade "commons-vfs2", "com.jcraft:jsch" and "commons-io:commons-io"
|
|
3
|
+
- https://github.com/embulk/embulk-input-sftp/pull/25
|
|
4
|
+
|
|
1
5
|
## 0.2.5 - 2017-06-20
|
|
2
6
|
|
|
3
7
|
* [maintenance] Fix bug path_prefix extension are removed [#23](https://github.com/sakama/embulk-input-sftp/pull/23)
|
data/build.gradle
CHANGED
|
@@ -16,7 +16,7 @@ configurations {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
group = "org.embulk.input.sftp"
|
|
19
|
-
version = "0.2.
|
|
19
|
+
version = "0.2.6"
|
|
20
20
|
|
|
21
21
|
sourceCompatibility = 1.7
|
|
22
22
|
targetCompatibility = 1.7
|
|
@@ -24,9 +24,9 @@ targetCompatibility = 1.7
|
|
|
24
24
|
dependencies {
|
|
25
25
|
compile "org.embulk:embulk-core:0.8.6"
|
|
26
26
|
provided "org.embulk:embulk-core:0.8.6"
|
|
27
|
-
compile "org.apache.commons:commons-vfs2:2.
|
|
28
|
-
compile "
|
|
29
|
-
compile "com.jcraft:jsch:0.1.
|
|
27
|
+
compile "org.apache.commons:commons-vfs2:2.2"
|
|
28
|
+
compile "commons-io:commons-io:2.6"
|
|
29
|
+
compile "com.jcraft:jsch:0.1.54"
|
|
30
30
|
testCompile "junit:junit:4.+"
|
|
31
31
|
testCompile "org.embulk:embulk-core:0.8.6:tests"
|
|
32
32
|
testCompile "org.embulk:embulk-standards:0.8.6"
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Sun Jan 08 00:35:58 PST 2017
|
|
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-3.2.1-bin.zip
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-input-sftp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Satoshi Akama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -69,11 +69,11 @@ files:
|
|
|
69
69
|
- src/test/resources/id_rsa.pub
|
|
70
70
|
- src/test/resources/sample_01.csv
|
|
71
71
|
- src/test/resources/sample_02.csv
|
|
72
|
-
- classpath/
|
|
73
|
-
- classpath/commons-io-1.3.2.jar
|
|
72
|
+
- classpath/commons-io-2.6.jar
|
|
74
73
|
- classpath/commons-logging-1.2.jar
|
|
75
|
-
- classpath/
|
|
76
|
-
- classpath/
|
|
74
|
+
- classpath/commons-vfs2-2.2.jar
|
|
75
|
+
- classpath/embulk-input-sftp-0.2.6.jar
|
|
76
|
+
- classpath/jsch-0.1.54.jar
|
|
77
77
|
homepage: https://github.com/embulk/embulk-input-sftp
|
|
78
78
|
licenses:
|
|
79
79
|
- Apache-2.0
|