Sha256: 594bad669f3e38d187de80007181a9fb3ff247d450257636173841d456743e33
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "fluent-plugin-mysql-replicator" s.version = "0.4.0" 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 and generate nested document for 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.4.0 | fluent-plugin-mysql-replicator.gemspec |