embulk-input-jdbc_debug 0.13.2-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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4c75fda88d88b3eab02adf17dbd2068da21e2dbf621bf3186e826a47a15b5f60
4
+ data.tar.gz: 843c7c8e2fea16adc0e79fd4f0df8e720a4b6e347509790d749919b156cd9173
5
+ SHA512:
6
+ metadata.gz: d23bc8d0d41da2a55ad1f98aa7ee50cdb95dd26d440e97929eaa9338248fbc2bd13c8ba71b228a6e0a35e5e05bc5bc2b06fc6791922090791879007cc53ee0ce
7
+ data.tar.gz: 946c776c207f8027c53b1d0b52897f0546794c97f5544e98e0df8e4b50ed4de1b734f6378928f074b2a33cddd51fb05c06241290e72eb14a8d9222e9192cb3cf
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "jdbc_debug", "org.embulk.input.jdbc.JdbcInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-jdbc_debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.13.2
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-01-18 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_debug-0.13.2.jar
21
+ - classpath/embulk-util-config-0.3.2.jar
22
+ - classpath/embulk-util-json-0.1.1.jar
23
+ - classpath/embulk-util-rubytime-0.3.2.jar
24
+ - classpath/embulk-util-timestamp-0.2.1.jar
25
+ - classpath/jackson-annotations-2.6.7.jar
26
+ - classpath/jackson-core-2.6.7.jar
27
+ - classpath/jackson-databind-2.6.7.jar
28
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
29
+ - classpath/validation-api-1.1.0.Final.jar
30
+ - lib/embulk/input/jdbc_debug.rb
31
+ homepage: https://github.com/embulk/embulk-input-jdbc
32
+ licenses:
33
+ - Apache-2.0
34
+ metadata: {}
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ requirements: []
50
+ rubyforge_project:
51
+ rubygems_version: 2.7.9
52
+ signing_key:
53
+ specification_version: 4
54
+ summary: JDBC input plugin for Embulk
55
+ test_files: []