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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b0613256f73dca8ccdec6e3f5f37b551d967f80
4
- data.tar.gz: 59136d00ccd17ab0d1a4ece5d1c061deda3d6651
3
+ metadata.gz: 3e5bb47c115c41e13799cbfcf46671af322f84e2
4
+ data.tar.gz: eb38505bcf11e80baa8479fe3288865dddb6cd72
5
5
  SHA512:
6
- metadata.gz: e2e6035fff5490c1ac3403f02e5d83b845347018e4bccf09f3d47971bf9a78e1d48d2e3c63650600089429dfad469e81e9cdce234e906c3f5a36eff5ef670427
7
- data.tar.gz: db80accf97beba6ba00d546728913c74a6992e93068da7ae69775545468713cc5d0a0b11eced97de9173bd4ca05313958d07aa881eaa22d94475e25554c7d5bf
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 gem
10
- - ./gradlew --info check jacocoTestReport
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.5"
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.1"
28
- compile "org.apache.commons:commons-io:1.3.2"
29
- compile "com.jcraft:jsch:0.1.53"
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
- #Wed Jan 13 12:41:02 JST 2016
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.10-bin.zip
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.5
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: 2017-06-20 00:00:00.000000000 Z
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/jsch-0.1.53.jar
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/embulk-input-sftp-0.2.5.jar
76
- - classpath/commons-vfs2-2.1.jar
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