Skip to content

Commit ab9d6f9

Browse files
committed
Add post-install message to inform about the rename
See #28
1 parent 1ba039f commit ab9d6f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action_native_push.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Gem::Specification.new do |spec|
2020
Dir["{app,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2121
end
2222

23+
spec.post_install_message = <<-MESSAGE
24+
The "action_native_push" gem has been renamed to "action_push_native".
25+
See: https://rubygems.org/gems/action_push_native
26+
And: https://github.com/rails/action_push_native
27+
MESSAGE
28+
2329
spec.required_ruby_version = '>= 3.2.0'
2430

2531
rails_version = ">= 8.0"

0 commit comments

Comments
 (0)