embulk-output-db2 0.8.4 → 0.8.5

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: 9eb5fe13ad73595324d8d58eb5920794f36eb1f0
4
- data.tar.gz: b29a6ce4264af318779836c978a9921f961478f6
3
+ metadata.gz: 7191d93311e68aa82fd84d46c4ccc7beb0902cc6
4
+ data.tar.gz: 0d88c0629c32f3cb83aa3355cf0fea40c2b3d565
5
5
  SHA512:
6
- metadata.gz: d52246b683781ec3e7492ce97292a5e68897c88f9277f0a76f9a1199eac91f70125c7150443d7f7f0ae430944f1fbfec5d5f0be3b633c8871776751796772670
7
- data.tar.gz: 099516fb803c4d81f34d06913ffe6da285592807bc181f64943d2530f3668827e59fd4675b3efefd788bf40d9c749fce08e8e15c7eb0457d2019b24e6d1aef78
6
+ metadata.gz: 121f9bcff48c0ae3668def58828bf8ac6876eac8e79ab07cc7f262f1fb2881db54d69f8fc0726867ce9c5ca7983148a8c5df2a29fcf9da4e3502d8535f44e0a1
7
+ data.tar.gz: 2d994bd997cefe7abb044a1260dd41f973b18dc51c71c24e43facc54349a63fdd9bdb0fe0398fc4545bc741a6ea7a329629f1c89475c53c13dd2109cfc909bf6
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-db2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-08 00:00:00.000000000 Z
11
+ date: 2019-05-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
@@ -19,8 +19,8 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - README.md
21
21
  - build.gradle
22
- - classpath/embulk-output-db2-0.8.4.jar
23
- - classpath/embulk-output-jdbc-0.8.4.jar
22
+ - classpath/embulk-output-db2-0.8.5.jar
23
+ - classpath/embulk-output-jdbc-0.8.5.jar
24
24
  - lib/embulk/output/db2.rb
25
25
  - out/test/org/embulk/output/db2/test/expect/basic/test_replace.yml
26
26
  - src/main/java/org/embulk/output/DB2OutputPlugin.java