departure.gemspec in departure-1.0.0 vs departure.gemspec in departure-1.0.1

- old
+ new

@@ -13,15 +13,9 @@ spec.summary = %q{pt-online-schema-change runner for ActiveRecord migrations} spec.description = %q{Execute your ActiveRecord migrations with Percona's pt-online-schema-change. Formerly known as Percona Migrator.} spec.homepage = 'http://github.com/redbooth/departure' spec.license = 'MIT' - spec.post_install_message = <<-MESSAGE - ! The Percona_migrator gem has been deprecated and has been replaced by Departure. - ! See: https://rubygems.org/gems/departure - ! And: https://github.com/redbooth/departure - MESSAGE - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ['lib'] spec.add_runtime_dependency 'rails', '~>3.2.22' spec.add_runtime_dependency 'mysql2', '~>0.3.20'