Sha256: dbe4fa561cdd9d8c5078af95ef53ae0cc9aaab1676b7360dfacb0c4914193c88

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-dbi"
  gem.version       = "0.0.3"
  gem.authors       = ["TERAOKA Yoshinori"]
  gem.email         = ["yteraoka@me.com"]
  gem.description   = %q{fluentd output plugin using dbi. PostgreSQL and MySQL are tested}
  gem.summary       = %q{fluentd output plugin using dbi}
  gem.homepage      = "https://github.com/yteraoka/fluent-plugin-dbi"
  gem.has_rdoc      = false
  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.rubyforge_project = "fluent-plugin-dbi"

  gem.add_development_dependency "rake"
  gem.add_development_dependency "fluentd"
  gem.add_development_dependency "dbi"
  gem.add_runtime_dependency "fluentd"
  gem.add_runtime_dependency "dbi"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-dbi-0.0.3 fluent-plugin-dbi.gemspec