Skip to content

Commit 8597def

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

action_native_push.gemspec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ 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+
25+
DEPRECATION WARNING:
26+
! The "action_native_push" gem has been renamed to "action_push_native".
27+
! See: https://rubygems.org/gems/action_push_native
28+
! And: https://github.com/rails/action_push_native
29+
30+
MESSAGE
31+
2332
spec.required_ruby_version = '>= 3.2.0'
2433

2534
rails_version = ">= 8.0"

0 commit comments

Comments
 (0)