embulk-output-sftp 0.2.3-java

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cbb9641cf709f014b07d3b65528938a1a8aaa1e7d52b3517d20e66797b829067
4
+ data.tar.gz: 5e429374c5cc7e0b93ada43fbffa4bd8e121c0adaebef3f391cc31a2d0866ed3
5
+ SHA512:
6
+ metadata.gz: 3f4a31b5b28e04ef386cc8954229abda04bcbb07cd2951e7bad16ffe5c02d6dca6aa93463a17da94133dbe9f2abf4c3e4f4266de0bc3c6a3d2f30ee511bfdf56
7
+ data.tar.gz: 6ff3f46e7058dbf4b898cec7b55ecb7eda3a99e344470e69e722386c193007fb199fa02e88cccfd1bfecc4f91c78413d91bccdc35a900686610f51acd0739d4e
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "sftp", "org.embulk.output.sftp.SftpFileOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-sftp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.3
5
+ platform: java
6
+ authors:
7
+ - Civitaspo
8
+ - Satoshi Akama
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2020-02-28 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Stores files on SFTP server.
15
+ email:
16
+ - civitaspo@gmail.com
17
+ - satoshiakama@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - classpath/commons-io-2.6.jar
23
+ - classpath/commons-logging-1.2.jar
24
+ - classpath/commons-vfs2-2.2.jar
25
+ - classpath/embulk-output-sftp-0.2.3.jar
26
+ - classpath/jsch-0.1.55.jar
27
+ - lib/embulk/output/sftp.rb
28
+ homepage: https://github.com/embulk/embulk-output-sftp
29
+ licenses:
30
+ - MIT
31
+ metadata: {}
32
+ post_install_message:
33
+ rdoc_options: []
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubyforge_project:
48
+ rubygems_version: 2.7.9
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: SFTP file output plugin for Embulk
52
+ test_files: []