Sha256: cb93aab41c3d6286862d1d4ee166a43df561a6122c5c894977280bb3869a17b0

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-mysql-bulk"
  gem.version       = "0.0.7"
  gem.authors       = ["Hiroshi Toyama"]
  gem.email         = ["toyama0919@gmail.com"]
  gem.description   = %q{fluent plugin mysql bulk insert is high performance and on duplicate key update respond.}
  gem.summary       = %q{fluent plugin mysql bulk insert is high performance and on duplicate key update respond.}
  gem.homepage      = "https://github.com/toyama0919/fluent-plugin-mysql-bulk"
  gem.licenses    = ["MIT"]
  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.add_runtime_dependency "fluentd"
  gem.add_runtime_dependency "mysql2-cs-bind"
  gem.add_development_dependency "bundler", "~> 1.3"
  gem.add_development_dependency "rake"
  gem.add_development_dependency "rspec"
  gem.add_development_dependency "spork"
  gem.add_development_dependency "pry"
  gem.add_development_dependency "test-unit", ">= 3.1.0"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-mysql-bulk-0.0.7 fluent-plugin-mysql-bulk.gemspec