fluent-plugin-dbi 0.0.2 → 0.0.3

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-dbi.gemspec +3 -3
  2. metadata +5 -5
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-dbi"
7
- gem.version = "0.0.2"
7
+ gem.version = "0.0.3"
8
8
  gem.authors = ["TERAOKA Yoshinori"]
9
9
  gem.email = ["yteraoka@me.com"]
10
10
  gem.description = %q{fluentd output plugin using dbi. PostgreSQL and MySQL are tested}
11
11
  gem.summary = %q{fluentd output plugin using dbi}
12
- gem.homepage = ""
13
-
12
+ gem.homepage = "https://github.com/yteraoka/fluent-plugin-dbi"
13
+ gem.has_rdoc = false
14
14
  gem.files = `git ls-files`.split($/)
15
15
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
16
16
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-dbi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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: 2013-02-18 00:00:00.000000000 Z
12
+ date: 2013-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -107,7 +107,7 @@ files:
107
107
  - lib/fluent/plugin/out_dbi.rb
108
108
  - test/helper.rb
109
109
  - test/plugin/test_out_dbi.rb
110
- homepage: ''
110
+ homepage: https://github.com/yteraoka/fluent-plugin-dbi
111
111
  licenses: []
112
112
  post_install_message:
113
113
  rdoc_options: []
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: 731788517215527364
124
+ hash: -3342457755449367375
125
125
  required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  none: false
127
127
  requirements:
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  segments:
132
132
  - 0
133
- hash: 731788517215527364
133
+ hash: -3342457755449367375
134
134
  requirements: []
135
135
  rubyforge_project: fluent-plugin-dbi
136
136
  rubygems_version: 1.8.25