embulk-output-vertica 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/embulk-output-vertica.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30466810c9c7e57dec6627ad52ae406ecd1b4dd1
|
4
|
+
data.tar.gz: fbf6ca1e55f6f739cf4afbcafd5e440ecd1e72b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 859c52e8b2cf51c6eb9b5357d51c575c7df38d9583cbd5ffa88f203e511ecb1973bdf8cf73254e41d808bffa6d0c08381da025d8709788fd3ccadd2acaac5d40
|
7
|
+
data.tar.gz: 2746be9c7f2d6d63f0c2adde70c52a0272acae0c6f2bdbc29cd6a52fd4f268762edcab93a06dde532003b46949f0e4e0eda5d254e445632ed3deca01d84cbf3c
|
data/CHANGELOG.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "embulk-output-vertica"
|
3
|
-
spec.version = "0.1.
|
3
|
+
spec.version = "0.1.4"
|
4
4
|
spec.authors = ["eiji.sekiya", "Naotoshi Seo"]
|
5
5
|
spec.email = ["eiji.sekiya.0326@gmail.com", "sonots@gmail.com"]
|
6
6
|
spec.summary = "Vertica output plugin for Embulk"
|
7
7
|
spec.description = "Dump records to vertica"
|
8
|
-
spec.homepage = "https://github.com/eratostennis/embulk-
|
8
|
+
spec.homepage = "https://github.com/eratostennis/embulk-output-vertica"
|
9
9
|
spec.license = "MIT"
|
10
10
|
|
11
11
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-vertica
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- eiji.sekiya
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-07-
|
12
|
+
date: 2015-07-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
@@ -71,7 +71,7 @@ files:
|
|
71
71
|
- example.csv
|
72
72
|
- example.yml
|
73
73
|
- lib/embulk/output/vertica.rb
|
74
|
-
homepage: https://github.com/eratostennis/embulk-
|
74
|
+
homepage: https://github.com/eratostennis/embulk-output-vertica
|
75
75
|
licenses:
|
76
76
|
- MIT
|
77
77
|
metadata: {}
|