embulk-output-db2 0.9.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e35cd59c1a3b8edce36f3f17cc0a8eff602491fa5a3d2c8166dca79ed7c11251
4
+ data.tar.gz: 2c7c6d782e82af24f09ed20c21b4720510fb31c5fd86f43f4dff767bcd96fae0
5
+ SHA512:
6
+ metadata.gz: b445c96f058e91d4a8ac0af31d04c231d84a36a8579ed6aed133078a9270bee32e8dfd93dfd92fbe82b3d42b758a40033df0fc4a4676c1c57ecbc4d72d2ced6c
7
+ data.tar.gz: a8f5a16dc255c2cfcf5f3746a96bc7415019f0048037d137200b15a16426c41db5166ca48997da20608c893913bd7fff73f664ba3a56190f18ed616ade114ad5
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "db2", "org.embulk.output.DB2OutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-db2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Inserts or updates records to a table.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/embulk-output-db2-0.9.0.jar
21
+ - classpath/embulk-output-jdbc-0.9.0.jar
22
+ - classpath/embulk-util-rubytime-0.3.2.jar
23
+ - classpath/embulk-util-timestamp-0.2.1.jar
24
+ - lib/embulk/output/db2.rb
25
+ homepage: https://github.com/embulk/embulk-output-jdbc
26
+ licenses:
27
+ - Apache-2.0
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.7.9
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: JDBC output plugin for Embulk
49
+ test_files: []