Sha256: 7f4a5573d44481854c3fb588334627ccefa59d6367e2b2d609ec3ba899b713df
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "fluent-plugin-mysql-replicator" s.version = "0.2.3" s.authors = ["Kentaro Yoshida"] s.email = ["y.ken.studio@gmail.com"] s.homepage = "https://github.com/y-ken/fluent-plugin-mysql-replicator" s.summary = %q{Fluentd input plugin to track insert/update/delete event from MySQL database server. Not only that, it could multiple table replication into Elasticsearch/Solr. It's comming support replicate to another RDB/noSQL.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rake" s.add_development_dependency "webmock" s.add_runtime_dependency "fluentd" s.add_runtime_dependency "mysql2" s.add_runtime_dependency "rsolr" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mysql-replicator-0.2.3 | fluent-plugin-mysql-replicator.gemspec |