# -*- encoding: utf-8 -*- # stub: lhm 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "lhm".freeze s.version = "2.0.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 = ["SoundCloud".freeze, "Rany Keddo".freeze, "Tobias Bielohlawek".freeze, "Tobias Schmidt".freeze] s.date = "2013-07-10" s.description = "Migrate large tables without downtime by copying to a temporary table in chunks. The old table is not dropped. Instead, it is moved to timestamp_table_name for verification.".freeze s.email = "rany@soundcloud.com, tobi@soundcloud.com, ts@soundcloud.com".freeze s.executables = ["lhm-kill-queue".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/lhm-kill-queue".freeze, "bin/lhm-spec-clobber.sh".freeze, "bin/lhm-spec-grants.sh".freeze, "bin/lhm-spec-setup-cluster.sh".freeze, "bin/lhm-test-all.sh".freeze, "gemfiles/ar-2.3_mysql.gemfile".freeze, "gemfiles/ar-3.2_mysql.gemfile".freeze, "gemfiles/ar-3.2_mysql2.gemfile".freeze, "gemfiles/dm_mysql.gemfile".freeze, "lhm.gemspec".freeze, "lib/lhm.rb".freeze, "lib/lhm/atomic_switcher.rb".freeze, "lib/lhm/chunker.rb".freeze, "lib/lhm/command.rb".freeze, "lib/lhm/connection.rb".freeze, "lib/lhm/entangler.rb".freeze, "lib/lhm/intersection.rb".freeze, "lib/lhm/invoker.rb".freeze, "lib/lhm/locked_switcher.rb".freeze, "lib/lhm/migration.rb".freeze, "lib/lhm/migrator.rb".freeze, "lib/lhm/sql_helper.rb".freeze, "lib/lhm/table.rb".freeze, "lib/lhm/version.rb".freeze, "spec/.lhm.example".freeze, "spec/README.md".freeze, "spec/bootstrap.rb".freeze, "spec/fixtures/destination.ddl".freeze, "spec/fixtures/origin.ddl".freeze, "spec/fixtures/permissions.ddl".freeze, "spec/fixtures/small_table.ddl".freeze, "spec/fixtures/tracks.ddl".freeze, "spec/fixtures/users.ddl".freeze, "spec/integration/atomic_switcher_spec.rb".freeze, "spec/integration/chunker_spec.rb".freeze, "spec/integration/cleanup_spec.rb".freeze, "spec/integration/entangler_spec.rb".freeze, "spec/integration/integration_helper.rb".freeze, "spec/integration/lhm_spec.rb".freeze, "spec/integration/locked_switcher_spec.rb".freeze, "spec/integration/table_spec.rb".freeze, "spec/unit/active_record_connection_spec.rb".freeze, "spec/unit/atomic_switcher_spec.rb".freeze, "spec/unit/chunker_spec.rb".freeze, "spec/unit/connection_spec.rb".freeze, "spec/unit/datamapper_connection_spec.rb".freeze, "spec/unit/entangler_spec.rb".freeze, "spec/unit/intersection_spec.rb".freeze, "spec/unit/locked_switcher_spec.rb".freeze, "spec/unit/migration_spec.rb".freeze, "spec/unit/migrator_spec.rb".freeze, "spec/unit/sql_helper_spec.rb".freeze, "spec/unit/table_spec.rb".freeze, "spec/unit/unit_helper.rb".freeze] s.homepage = "http://github.com/soundcloud/lhm".freeze s.rubygems_version = "3.5.10".freeze s.summary = "online schema changer for mysql".freeze s.test_files = ["spec/README.md".freeze, "spec/bootstrap.rb".freeze, "spec/fixtures/destination.ddl".freeze, "spec/fixtures/origin.ddl".freeze, "spec/fixtures/permissions.ddl".freeze, "spec/fixtures/small_table.ddl".freeze, "spec/fixtures/tracks.ddl".freeze, "spec/fixtures/users.ddl".freeze, "spec/integration/atomic_switcher_spec.rb".freeze, "spec/integration/chunker_spec.rb".freeze, "spec/integration/cleanup_spec.rb".freeze, "spec/integration/entangler_spec.rb".freeze, "spec/integration/integration_helper.rb".freeze, "spec/integration/lhm_spec.rb".freeze, "spec/integration/locked_switcher_spec.rb".freeze, "spec/integration/table_spec.rb".freeze, "spec/unit/active_record_connection_spec.rb".freeze, "spec/unit/atomic_switcher_spec.rb".freeze, "spec/unit/chunker_spec.rb".freeze, "spec/unit/connection_spec.rb".freeze, "spec/unit/datamapper_connection_spec.rb".freeze, "spec/unit/entangler_spec.rb".freeze, "spec/unit/intersection_spec.rb".freeze, "spec/unit/locked_switcher_spec.rb".freeze, "spec/unit/migration_spec.rb".freeze, "spec/unit/migrator_spec.rb".freeze, "spec/unit/sql_helper_spec.rb".freeze, "spec/unit/table_spec.rb".freeze, "spec/unit/unit_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["= 2.10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end