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