Skip to content

Commit

Permalink
Simplify upgrade instructions in post-install message (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Dec 28, 2024
1 parent 21b7834 commit eedb4fe
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eedb4fe

Please sign in to comment.