fluent-plugin-pghstore 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. data/fluent-plugin-pghstore.gemspec +2 -2
  2. metadata +3 -3
@@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-pghstore"
6
- s.version = "0.0.3"
6
+ s.version = "0.0.4"
7
7
  s.authors = ["WAKAYAMA Shirou"]
8
8
  s.email = ["shirou.faw@gmail.com"]
9
- s.homepage = "https://github.com/r_rudi/fluent-plugin-pghstore"
9
+ s.homepage = "https://github.com/shirou/fluent-plugin-pghstore"
10
10
  s.summary = %q{Output to PostgreSQL database which has a hstore extension}
11
11
  s.description = %q{Output to PostgreSQL database which has a hstore extension}
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-pghstore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-01 00:00:00.000000000 Z
12
+ date: 2012-04-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -109,7 +109,7 @@ files:
109
109
  - test/helper.rb
110
110
  - test/plugin/test_out_pghstore.rb
111
111
  - test/plugin/test_out_pghstore.rb.bak
112
- homepage: https://github.com/r_rudi/fluent-plugin-pghstore
112
+ homepage: https://github.com/shirou/fluent-plugin-pghstore
113
113
  licenses: []
114
114
  post_install_message:
115
115
  rdoc_options: []