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: ad46da79ff43c877955983ffd837db623628c9d7
4
- data.tar.gz: 46aedede7ab91cd623f6e1d00da01a6b8498c143
3
+ metadata.gz: 3bd5fb09a08a951dc92e4a12745815cde65af4a4
4
+ data.tar.gz: ab89f5c32965abac6cc6437211b7f55bc9973d6d
5
5
  SHA512:
6
- metadata.gz: 5ecdfe335690467595c9d810b86ab63d9bd0dbf2fad31d1d888fe69e3f8557d925cdea42f0e38108176fb3958c2647d17c0345914a1c5de89922da6bd72d51c5
7
- data.tar.gz: 1834934554622086027d05dca31bedad8415206999bc159df1c12c4bb25dcd9c75c1ee7ec12ca71755de91b4746313572e19cdbfd55c0d75467c9208ef40a1c8
6
+ metadata.gz: 973356f2f106e7244e1e4865d81450146312a92df47952f435e05e982fd4ba6403b1ca78d19c4c0e79253c6080ff00f54cb843e5fb652d00836a745fe32a28f2
7
+ data.tar.gz: 8f2323398bd3f9c54eb26bf51b792e82198789e19c27333ade336130e296189bea54a5c970fc79a3820867d25d2407a2a739175c127c80d7341a415b830e4b6c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.0.9 (2017-03-09)
2
+ ==================
3
+ - Fix: Hide password in the log
4
+ - https://github.com/civitaspo/embulk-output-sftp/pull/25
5
+
1
6
  0.0.8 (2016-09-26)
2
7
  ==================
3
8
  - Fix: Use second as timetout setting instead of milli second
data/build.gradle CHANGED
@@ -15,7 +15,7 @@ configurations {
15
15
  provided
16
16
  }
17
17
 
18
- version = "0.0.8"
18
+ version = "0.0.9"
19
19
  sourceCompatibility = 1.7
20
20
  targetCompatibility = 1.7
21
21
 
@@ -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.8
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: 2016-09-26 00:00:00.000000000 Z
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.8.jar
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: