embulk-input-sftp 0.3.4-java → 0.3.5-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/commons-vfs2-2.2.jar +0 -0
- data/classpath/embulk-input-sftp-0.3.5.jar +0 -0
- data/classpath/jsch-0.1.60.jar +0 -0
- metadata +5 -8
- data/classpath/commons-vfs2-2.6.0.jar +0 -0
- data/classpath/embulk-input-sftp-0.3.4.jar +0 -0
- data/classpath/hadoop-hdfs-client-3.2.1.jar +0 -0
- data/classpath/jsch-0.1.55.jar +0 -0
- data/classpath/okhttp-2.7.5.jar +0 -0
- data/classpath/okio-1.6.0.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8247369ddd169dd9e76482fb32e9e53b1cf27c9d758015a143c5788788d499d
|
4
|
+
data.tar.gz: 00dfdbe6deb00ea2b5a3858be1e0045435db7fcfaad6f6f61529a22c4c094c8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60d658d74425da6403147d69a5a95599c2b36aeb0f3baa417d44b701664d97900efe4abbb7ce28b41e1b63c4c4d6df4b81c17e826e35cfd7b4c1e02ddf6ce427
|
7
|
+
data.tar.gz: 34fbb91da5f560fd478fa88f93f94c6ce9816f505e413a63cb150b7faf6cd16992f3e3f8c063339cc82825575990eb611411521fb3a375576e80b73de9dc1d73
|
Binary file
|
Binary file
|
Binary file
|
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.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Satoshi Akama
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Reads files stored on remote server using SFTP.
|
14
14
|
email:
|
@@ -19,12 +19,9 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- classpath/commons-io-2.6.jar
|
21
21
|
- classpath/commons-logging-1.2.jar
|
22
|
-
- classpath/commons-vfs2-2.
|
23
|
-
- classpath/embulk-input-sftp-0.3.
|
24
|
-
- classpath/
|
25
|
-
- classpath/jsch-0.1.55.jar
|
26
|
-
- classpath/okhttp-2.7.5.jar
|
27
|
-
- classpath/okio-1.6.0.jar
|
22
|
+
- classpath/commons-vfs2-2.2.jar
|
23
|
+
- classpath/embulk-input-sftp-0.3.5.jar
|
24
|
+
- classpath/jsch-0.1.60.jar
|
28
25
|
- lib/embulk/input/sftp.rb
|
29
26
|
homepage: https://github.com/embulk/embulk-input-sftp
|
30
27
|
licenses:
|
Binary file
|
Binary file
|
Binary file
|
data/classpath/jsch-0.1.55.jar
DELETED
Binary file
|
data/classpath/okhttp-2.7.5.jar
DELETED
Binary file
|
data/classpath/okio-1.6.0.jar
DELETED
Binary file
|