embulk-input-jdbc 0.11.0-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: c7f800ff8ee19a9b561d454bb86932c64280aa99e3eac52089c570afdc0b81db
4
+ data.tar.gz: 14741e03a425506c60cf5efadc0ce633560cd2ee8bbe5d19aa2502b64e09c4bb
5
+ SHA512:
6
+ metadata.gz: b29577b431ec4123331a7ad97e4f7fe2da5a1ac121cee1dd44eaf1c02e501dcffa0b8cca2f67825a710b31bc75bb8519ad5e41d3ade64336822158553e8b6753
7
+ data.tar.gz: 18b4cab657ffb683a4458f13026fe6895120c159db99c7f0c9e7071d0787d5c03fd6bd0e2fa76b37c0da5e14955d8aea23ecd14ccbbfb696e58280c1f91596a2
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "jdbc", "org.embulk.input.JdbcInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-jdbc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.11.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-07-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Selects records from a table.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/embulk-input-jdbc-0.11.0.jar
21
+ - classpath/embulk-util-rubytime-0.3.0.jar
22
+ - classpath/embulk-util-timestamp-0.2.0.jar
23
+ - lib/embulk/input/jdbc.rb
24
+ homepage: https://github.com/embulk/embulk-input-jdbc
25
+ licenses:
26
+ - Apache-2.0
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.7.9
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: JDBC input plugin for Embulk
48
+ test_files: []