Sha256: 7f1b0a1bca093fd94b898dad03cd798de475a71d28db7799d064b7720455339d

Contents?: true

Size: 960 Bytes

Versions: 1

Compression:

Stored size: 960 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-mysql"
  gem.version       = "0.1.3"
  gem.authors       = ["TAGOMORI Satoshi", "Toyama Hiroshi"]
  gem.email         = ["tagomoris@gmail.com", "toyama0919@gmail.com"]
  gem.description   = %q{fluent plugin to insert mysql as json(single column) or insert statement}
  gem.summary       = %q{fluent plugin to insert mysql}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-mysql"
  gem.license       = "Apache-2.0"

  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_runtime_dependency "jsonpath"
  gem.add_development_dependency "rake"
  gem.add_development_dependency "test-unit"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-mysql-0.1.3 fluent-plugin-mysql.gemspec