Sha256: 554d89afe68ebee7abe6b4ec635cc8850ff74cd26b48f4f6a14083cbd9b07811
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-mysql" gem.version = "0.0.8" 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" gem.add_development_dependency "test-unit" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mysql-0.0.8 | fluent-plugin-mysql.gemspec |