From 9d31f065d4915e1bc43b859db86d41180e201fae Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 27 Dec 2024 09:16:34 -0500 Subject: [PATCH] Simplify upgrade instructions in post-install message --- solid_queue.gemspec | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/solid_queue.gemspec b/solid_queue.gemspec index 5a4b0de4..91472454 100644 --- a/solid_queue.gemspec +++ b/solid_queue.gemspec @@ -11,15 +11,8 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.post_install_message = <<~MESSAGE - Upgrading to Solid Queue 0.9.0? There are some breaking changes about how recurring tasks are configured. - - Upgrading to Solid Queue 0.8.0 from < 0.6.0? You need to upgrade to 0.6.0 first. - - Upgrading to Solid Queue 0.4.x, 0.5.x, 0.6.x or 0.7.x? There are some breaking changes about how Solid Queue is started, - configuration and new migrations. - - --> Check https://github.com/rails/solid_queue/blob/main/UPGRADING.md - for upgrade instructions. + Upgrading from Solid Queue < 1.0? Check details on breaking changes and upgrade instructions + --> https://github.com/rails/solid_queue/blob/main/UPGRADING.md MESSAGE spec.metadata["homepage_uri"] = spec.homepage