Sha256: 35ad4179e1c5fd7a6ab4996192f42725aa24afaed4917eb5d446e867b36fcd7d

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.2"
  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.2 fluent-plugin-mysql-replicator.gemspec