embulk-output-sftp 0.0.8 → 0.0.9
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: 3bd5fb09a08a951dc92e4a12745815cde65af4a4
|
|
4
|
+
data.tar.gz: ab89f5c32965abac6cc6437211b7f55bc9973d6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 973356f2f106e7244e1e4865d81450146312a92df47952f435e05e982fd4ba6403b1ca78d19c4c0e79253c6080ff00f54cb843e5fb652d00836a745fe32a28f2
|
|
7
|
+
data.tar.gz: 8f2323398bd3f9c54eb26bf51b792e82198789e19c27333ade336130e296189bea54a5c970fc79a3820867d25d2407a2a739175c127c80d7341a415b830e4b6c
|
data/CHANGELOG.md
CHANGED
data/build.gradle
CHANGED
|
Binary file
|
|
@@ -296,10 +296,10 @@ public class SftpFileOutput
|
|
|
296
296
|
{
|
|
297
297
|
FileObject file = manager.resolveFile(sftpUri.toString(), fsOptions);
|
|
298
298
|
if (file.getParent().exists()) {
|
|
299
|
-
logger.info("parent directory {} exists there", file.getParent());
|
|
299
|
+
logger.info("parent directory {} exists there", file.getParent().getPublicURIString());
|
|
300
300
|
}
|
|
301
301
|
else {
|
|
302
|
-
logger.info("trying to create parent directory {}", file.getParent());
|
|
302
|
+
logger.info("trying to create parent directory {}", file.getParent().getPublicURIString());
|
|
303
303
|
file.getParent().createFolder();
|
|
304
304
|
}
|
|
305
305
|
return file;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-sftp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Civitaspo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- src/test/resources/id_rsa.pub
|
|
70
70
|
- classpath/commons-logging-1.2.jar
|
|
71
71
|
- classpath/commons-vfs2-2.1.1660580.2.jar
|
|
72
|
-
- classpath/embulk-output-sftp-0.0.
|
|
72
|
+
- classpath/embulk-output-sftp-0.0.9.jar
|
|
73
73
|
- classpath/jsch-0.1.53.jar
|
|
74
74
|
homepage: https://github.com/civitaspo/embulk-output-sftp
|
|
75
75
|
licenses:
|