Sha256: 3c999bcd9755dd22f2e201a5b377506d2c03c0ee3079f879769ea7f3cfb4407d
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-mysql" gem.version = "0.2.1" 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", ['>= 0.14.8', '< 2'] gem.add_runtime_dependency "mysql2-cs-bind" gem.add_runtime_dependency "jsonpath" gem.add_development_dependency "rake" gem.add_development_dependency "test-unit" gem.add_development_dependency "timecop", "~> 0.8.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mysql-0.2.1 | fluent-plugin-mysql.gemspec |