Sha256: b8c8630255eb067f56a3cdf17e41f549d980546359785183350ec6be06605dd6
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "fluent-plugin-mysql-replicator" s.version = "0.5.1" 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.license = "Apache-2.0" s.add_development_dependency "rake" s.add_development_dependency "webmock" s.add_development_dependency "test-unit", ">= 3.1.0" 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.5.1 | fluent-plugin-mysql-replicator.gemspec |