embulk-input-remote 0.4.0 → 0.4.1

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: 24bb3008bbdbe51c44da96c8b15ff08cbeac29ff
4
- data.tar.gz: 3295982e957968931d6c5803377ad41b0db4349e
3
+ metadata.gz: b1705e6d72cf170d8a66a4898d9ab43c5af32d3d
4
+ data.tar.gz: 83fbc0c400d6dfd49a785105b611fad9116cb37f
5
5
  SHA512:
6
- metadata.gz: 09f523ee72f8ff8a827741439390320aab48f948d68bd8a1aae5e45404335b060d172c5d6859143621439748c61e5d2e70b3e370d00a0fe391e53ce922444efa
7
- data.tar.gz: 8edb2b6b79faac14ab323b9038388c55a222d9fa6e7ef7d7a21b88a3129e30c41861e10e963fb02a8389ed849833f4176f354dc9971843b8cf70988fa538eb13
6
+ metadata.gz: adc9ad79350f5c1f022f922ff6d0f89cc8740e3c2fa5f35ae2def49b1a53372c9d07697703c9ea4f0b16029fa004685ce856f22f45ef4d3418fdddc8ac570f3f
7
+ data.tar.gz: 0a6bac82d2bd6b81d9206f024345625f47a304172c10af3678f9b80f7e85d7d868457d28cb6d8edf1b5e6f2215f60421fe22966c4b9308893a536523b3b3c70d
data/README.md CHANGED
@@ -36,17 +36,17 @@ in:
36
36
  hosts:
37
37
  - host1
38
38
  - host2:10022
39
- # hosts_command: echo 'host1,host2'
40
- # hosts_separator: ','
39
+ # hosts_command: echo 'host1,host2:10022'
40
+ # hosts_separator: ','
41
41
  path: /some/path/20150414125923
42
- # path_command: echo /some/path/`date "+%Y%m%d%H%M%S"`
42
+ # path_command: echo /some/path/`date "+%Y%m%d%H%M%S"`
43
43
  ignore_not_found_hosts: true
44
44
  auth:
45
- user: {username}
45
+ user: a_user
46
46
  type: public_key
47
47
  key_path: /usr/home/.ssh/id_rsa
48
- # type: password
49
- # password: {password}
48
+ # type: password
49
+ # password: {password}
50
50
  ```
51
51
 
52
52
  ## Note
data/gradle.properties CHANGED
@@ -1 +1 @@
1
- version=0.4.0
1
+ version=0.4.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-remote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shinichi Ishimura
@@ -69,12 +69,12 @@ files:
69
69
  - src/test/resources/input/host2/test_command.csv
70
70
  - src/test/resources/script/hosts.sh
71
71
  - src/test/resources/yaml/base.yml
72
+ - classpath/embulk-input-remote-0.4.1.jar
72
73
  - classpath/bcpkix-jdk15on-1.57.jar
73
74
  - classpath/kotlin-stdlib-1.2.31.jar
74
75
  - classpath/sshj-0.24.0.jar
75
76
  - classpath/jzlib-1.1.3.jar
76
77
  - classpath/eddsa-0.2.0.jar
77
- - classpath/embulk-input-remote-0.4.0.jar
78
78
  - classpath/annotations-13.0.jar
79
79
  - classpath/bcprov-jdk15on-1.57.jar
80
80
  homepage: https://github.com/kamatama41/embulk-input-remote