Sha256: 36620f908e4d400c7094832dfa353d9bc58e061b12a51ea78f176930c7019e91
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-mysql-prepared-statement" gem.version = "0.0.2" gem.authors = ["Hiroshi Toyama"] gem.email = ["toyama0919@gmail.com"] gem.description = %q{fluent plugin mysql prepared statement} gem.summary = %q{fluent plugin mysql prepared statement} gem.homepage = "https://github.com/toyama0919/fluent-plugin-mysql-prepared-statement" 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" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mysql-prepared-statement-0.0.2 | fluent-plugin-mysql-prepared-statement.gemspec |