embulk-output-vertica 0.1.3 → 0.1.4

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: 1316243ed313380058a701d08ef37a034d54fa57
4
- data.tar.gz: 1e88fcd58409f47a8114759f3f25e23702b7b303
3
+ metadata.gz: 30466810c9c7e57dec6627ad52ae406ecd1b4dd1
4
+ data.tar.gz: fbf6ca1e55f6f739cf4afbcafd5e440ecd1e72b1
5
5
  SHA512:
6
- metadata.gz: d705ccab43c8394f6933e463acb8b05010849853eaba47978ef6f1eb86e79d0b685cd6099b1cc2b3735acce143dd1cfe90fb2e76bf7e4fd8074b8f5ce7cabf3b
7
- data.tar.gz: 9bbf3719c8e2b1b915536cb7a5527613351bca648652f59ba1586279cb276784e106dab5d45baf4cee261f675fa468107516c4cbb4885239da2d697aeff66391
6
+ metadata.gz: 859c52e8b2cf51c6eb9b5357d51c575c7df38d9583cbd5ffa88f203e511ecb1973bdf8cf73254e41d808bffa6d0c08381da025d8709788fd3ccadd2acaac5d40
7
+ data.tar.gz: 2746be9c7f2d6d63f0c2adde70c52a0272acae0c6f2bdbc29cd6a52fd4f268762edcab93a06dde532003b46949f0e4e0eda5d254e445632ed3deca01d84cbf3c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.1.4 (2015/07/10)
2
+
3
+ Fixes:
4
+
5
+ * Just fix gemspec
6
+
1
7
  # 0.1.3 (2015/07/05)
2
8
 
3
9
  Enhancements:
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "embulk-output-vertica"
3
- spec.version = "0.1.3"
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-plugin-vertica"
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.3
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-05 00:00:00.000000000 Z
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-plugin-vertica
74
+ homepage: https://github.com/eratostennis/embulk-output-vertica
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}