# -*- encoding: utf-8 -*- # stub: theworkinggroup-mysql-replication-helper 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "theworkinggroup-mysql-replication-helper".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Scott Tadman".freeze] s.date = "2009-04-26" s.email = "github@tadman.ca".freeze s.executables = ["replication-helper".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/replication-helper".freeze, "lib/mysql_replication_helper.rb".freeze, "lib/mysql_replication_helper/agent.rb".freeze, "lib/mysql_replication_helper/agent/master.rb".freeze, "lib/mysql_replication_helper/agent/slave.rb".freeze, "lib/mysql_replication_helper/daemon.rb".freeze, "lib/mysql_replication_helper/daemon_launcher.rb".freeze, "lib/mysql_replication_helper/error_handler.rb".freeze, "test/mysql_replication_helper/error_handler_test.rb".freeze, "test/mysql_replication_helper_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/theworkinggroup/mysql-replication-helper".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "MySQL Replication Helper".freeze s.test_files = ["test/mysql_replication_helper/error_handler_test.rb".freeze, "test/mysql_replication_helper_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end