Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify upgrade instructions in post_install_message #469

Merged
merged 1 commit into from
Dec 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading