lhm.gemspec in lhm-1.0.0.rc4 vs lhm.gemspec in lhm-1.0.0.rc5

- old
+ new

@@ -14,11 +14,16 @@ s.summary = %q{online schema changer for mysql} s.description = %q{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.} s.homepage = %q{http://github.com/soundcloud/large-hadron-migrator} 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.executables = [ + "lhm-spec-clobber", + "lhm-spec-grants", + "lhm-spec-setup-cluster", + "lhm-kill-queue" + ] # this should be a real dependency, but we're using a different gem in our code s.add_development_dependency "mysql", "~> 2.8.1" s.add_development_dependency "minitest", "= 2.10.0" s.add_development_dependency "rake"