embulk-output-sftp 0.3.0-java → 0.3.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NOTICE +1 -1
- data/classpath/activation-1.1.1.jar +0 -0
- data/classpath/bval-core-0.5.jar +0 -0
- data/classpath/bval-jsr303-0.5.jar +0 -0
- data/classpath/commons-beanutils-core-1.8.3.jar +0 -0
- data/classpath/commons-lang3-3.1.jar +0 -0
- data/classpath/{embulk-output-sftp-0.3.0.jar → embulk-output-sftp-0.3.1.jar} +0 -0
- data/classpath/jaxb-api-2.2.11.jar +0 -0
- data/classpath/jaxb-core-2.2.11.jar +0 -0
- data/classpath/jaxb-impl-2.2.11.jar +0 -0
- metadata +11 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce689a87c872cabaea2ba3f5ef0b61b865a47914aa25fdae25b1969977a8036a
|
4
|
+
data.tar.gz: effde35abeb9905eec8e11d9e21ca4f5be152b146ee037d76e0f4f1fe4290c23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98333f360deb9caf3ca31d4f9c26731aa8fbee68d1cf6f3eca7929fda1c002c41ff47064590c87e69634598cda4dfe038ca38cdbf62fc72ed66b04d05e0c44b3
|
7
|
+
data.tar.gz: d2b9931ac90a24b77aabad1fdad3b4249bfeba661d0f64cd2db971f15c6215f29d0d4545d1bc2d81fdd3855615aab4cd929c84707481b7c905d57851bcf49c79
|
data/NOTICE
CHANGED
@@ -14,7 +14,7 @@ They are licensed under the Apache Software License, Version 2.0.
|
|
14
14
|
The gem distribution of this product includes JARs of the Jakarta Bean Validation API 1.1 (https://beanvalidation.org/1.1/), as-is.
|
15
15
|
It is licensed under the Apache Software License, Version 2.0.
|
16
16
|
|
17
|
-
The gem distribution of this product includes JARs of Apache Commons IO, Commons Logging, Commons Virtual File System, as-is.
|
17
|
+
The gem distribution of this product includes JARs of Apache Commons IO, Commons Logging, Commons Virtual File System, Commons BeanUtils, Commons Lang, BVal, as-is.
|
18
18
|
They are licensed under the Apache Software License, Version 2.0.
|
19
19
|
|
20
20
|
The gem distribution of this product includes JARs of JSch - Java Secure Channel (http://www.jcraft.com/jsch/), as-is.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-sftp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Civitaspo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Stores files on SFTP server.
|
15
15
|
email:
|
@@ -21,16 +21,24 @@ extra_rdoc_files: []
|
|
21
21
|
files:
|
22
22
|
- LICENSE
|
23
23
|
- NOTICE
|
24
|
+
- classpath/activation-1.1.1.jar
|
25
|
+
- classpath/bval-core-0.5.jar
|
26
|
+
- classpath/bval-jsr303-0.5.jar
|
27
|
+
- classpath/commons-beanutils-core-1.8.3.jar
|
24
28
|
- classpath/commons-io-2.6.jar
|
29
|
+
- classpath/commons-lang3-3.1.jar
|
25
30
|
- classpath/commons-logging-1.2.jar
|
26
31
|
- classpath/commons-vfs2-2.2.jar
|
27
|
-
- classpath/embulk-output-sftp-0.3.
|
32
|
+
- classpath/embulk-output-sftp-0.3.1.jar
|
28
33
|
- classpath/embulk-util-config-0.3.1.jar
|
29
34
|
- classpath/embulk-util-retryhelper-0.8.2.jar
|
30
35
|
- classpath/jackson-annotations-2.6.7.jar
|
31
36
|
- classpath/jackson-core-2.6.7.jar
|
32
37
|
- classpath/jackson-databind-2.6.7.jar
|
33
38
|
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
39
|
+
- classpath/jaxb-api-2.2.11.jar
|
40
|
+
- classpath/jaxb-core-2.2.11.jar
|
41
|
+
- classpath/jaxb-impl-2.2.11.jar
|
34
42
|
- classpath/jsch-0.1.55.jar
|
35
43
|
- classpath/validation-api-1.1.0.Final.jar
|
36
44
|
- lib/embulk/output/sftp.rb
|