embulk-output-postgresql_debug 0.10.6-java → 0.10.8-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e501d63f1c51dc59e2ced3c0060e9a6596f5779fb24a1033b28d3db0e1d4aa1
4
- data.tar.gz: 569bed80b966036a471a7df9a166fcbfe0ac9781e9a00478b4ac6c414c9bd1ee
3
+ metadata.gz: 3ad32fe4520029f51953c8229b1bfeb8796453ddcfc9f25dbdde3af27332d27c
4
+ data.tar.gz: 1d28d60c4e284e60153356e71ad19657d53bacd33ba8ed1d40df1e72e756cf34
5
5
  SHA512:
6
- metadata.gz: e38f3d602f4f89cdb503de8608ead90b8ac7dadf75a7304bdff8bbd4c59ed0d0b00404aeb07993985f44dbebc238b93dfc7557259a87b73feadb3f6c8be466ad
7
- data.tar.gz: fb2cadc6563d75b22652be77cbd8ae4baa7031de9fe04bbe8acdc09e08c145ee0200f942fa6d7c1938111a6eead2f9636862dfef2a1ae3e432112640e871a2c3
6
+ metadata.gz: 1e4fac12d404b8b9db9722b3bf5871036b8c1bc5b3aa25b3a13936f300ef4840d74b17445d30ffb6abe15077e0390d6efffe5a97f1aa6a158f60637bb5ddf575
7
+ data.tar.gz: e69045e61cba0726627a7d7ae417c588fc30f2e429c6e2753c81fe3edf7c37f5e064ac2e6607d1a24aed3d45dd29408573a8a74c328e0947310b37deefdd7d49
@@ -1,3 +1,3 @@
1
1
  Embulk::JavaPlugin.register_output(
2
- "postgresql", "org.embulk.output.PostgreSQLOutputPlugin",
2
+ "postgresql_debug", "org.embulk.output.PostgreSQLOutputPlugin",
3
3
  File.expand_path("../../../../classpath", __FILE__))
metadata CHANGED
@@ -1,24 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-postgresql_debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.6
4
+ version: 0.10.8
5
5
  platform: java
6
6
  authors:
7
- - Sadayuki Furuhashi
7
+ - Angelos Alexopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-17 00:00:00.000000000 Z
11
+ date: 2024-01-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
15
- - frsyuki@gmail.com
15
+ - alexopoulos7@gmail.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - classpath/embulk-output-jdbc-0.10.6.jar
21
- - classpath/embulk-output-postgresql_debug-0.10.6.jar
20
+ - classpath/embulk-output-jdbc-0.10.8.jar
21
+ - classpath/embulk-output-postgresql_debug-0.10.8.jar
22
22
  - classpath/embulk-util-config-0.3.3.jar
23
23
  - classpath/embulk-util-json-0.2.1.jar
24
24
  - classpath/embulk-util-retryhelper-0.8.2.jar
@@ -30,7 +30,7 @@ files:
30
30
  - classpath/jackson-datatype-jdk8-2.6.7.jar
31
31
  - classpath/validation-api-1.1.0.Final.jar
32
32
  - default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
33
- - lib/embulk/output/postgresql.rb
33
+ - lib/embulk/output/postgresql_debug.rb
34
34
  homepage: https://github.com/embulk/embulk-output-jdbc
35
35
  licenses:
36
36
  - Apache-2.0