lhm.gemspec in lhm-1.3.0 vs lhm.gemspec in lhm-2.0.0
- old
+ new
@@ -11,10 +11,10 @@
s.platform = Gem::Platform::RUBY
s.authors = ["SoundCloud", "Rany Keddo", "Tobias Bielohlawek", "Tobias Schmidt"]
s.email = %q{rany@soundcloud.com, tobi@soundcloud.com, ts@soundcloud.com}
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.homepage = %q{http://github.com/soundcloud/lhm}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]
s.executables = ["lhm-kill-queue"]