embulk-output-postgresql 0.6.0 → 0.6.1

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
  SHA1:
3
- metadata.gz: e06631517e53bd9848c6e4e1f97761bb9a3ada58
4
- data.tar.gz: 4bace143eab94cf52ff3614854047164eb920426
3
+ metadata.gz: 4779498654aaae70ab01a04cebca45eb702f0d55
4
+ data.tar.gz: 30c43767822c55f73e0d58443ba1a5e5615222e0
5
5
  SHA512:
6
- metadata.gz: a77908380e0e8f5babdcf2afcc73d2663e4d743f4c579b27b765b045da571587ddf011ea377ad1319987ca99f03b23d07eb01d359b73bd7d37d0d6e4949863e7
7
- data.tar.gz: 558bf4aa7e15fbde87ebadbf343c67915eddd5846f5703cf579c81192b11ceadea8d46281d33e1bc5eac91b739ce643956374c117c69701caa38a027af99a059
6
+ metadata.gz: ec2a3b15338f630ba5e047a8f0c1916ae9c6a0bf2e66b528ab715ca57e4fd874ca3347f9e60027671ef61496eb9d930478dc60ca64a931b9890354a370744aad
7
+ data.tar.gz: f52e2cb4b329f77f87c253b1a3874b2ebb5905180c29704457c8455c487d3886545e214f1326206f3d8500dba46f4c4c02e1b00128d09fb05e3dbccc97e0e222
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-postgresql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-26 00:00:00.000000000 Z
11
+ date: 2016-06-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
@@ -26,8 +26,8 @@ files:
26
26
  - src/main/java/org/embulk/output/postgresql/PostgreSQLOutputConnection.java
27
27
  - src/main/java/org/embulk/output/postgresql/PostgreSQLOutputConnector.java
28
28
  - src/main/java/org/embulk/output/postgresql/setter/PostgreSQLColumnSetterFactory.java
29
- - classpath/embulk-output-jdbc-0.6.0.jar
30
- - classpath/embulk-output-postgresql-0.6.0.jar
29
+ - classpath/embulk-output-jdbc-0.6.1.jar
30
+ - classpath/embulk-output-postgresql-0.6.1.jar
31
31
  - classpath/postgresql-9.4-1205-jdbc41.jar
32
32
  homepage: https://github.com/embulk/embulk-output-jdbc
33
33
  licenses:
Binary file