Sha256: f16da006ad078cd401b01aeb03ad13e25ecd17499c1e58cd59b63c8d55d69d1b
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-mysql" gem.version = "0.0.7" gem.authors = ["TAGOMORI Satoshi"] gem.email = ["tagomoris@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 = "APLv2" 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" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mysql-0.0.7 | fluent-plugin-mysql.gemspec |