embulk-input-oracle_debug 0.11.2-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4bf54e101aebeab2faa12e6644776fc04ac275188fd18f0d2a936ea939152ce4
4
+ data.tar.gz: 0740e886ae3ae25a33e20491d99648866cf2bf463270210c9c914449872bdfd5
5
+ SHA512:
6
+ metadata.gz: fc5c746af3c7af863211e10bc86d4f77aa4a3e129f6d35e6950825ac649cdd064f1a776a6325ffd489d1c43a8f1b99356d9e303b95147132c7610f8e879979d0
7
+ data.tar.gz: 8fa969e69f6c2945e98a5ec843b84bc9f7acb6f56e7f6807b76eb3550ac1283827bf46451b215e19ac2b32fd4684310d97bc6b2083da87dc78b6f48596d54754
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "oracle_debug", "org.embulk.input.OracleInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-oracle_debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.11.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-0.11.2.jar
21
+ - classpath/embulk-input-oracle_debug-0.11.2.jar
22
+ - classpath/embulk-util-rubytime-0.3.2.jar
23
+ - classpath/embulk-util-timestamp-0.2.1.jar
24
+ - lib/embulk/input/oracle_debug.rb
25
+ homepage: https://github.com/embulk/embulk-input-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 input plugin for Embulk
49
+ test_files: []