Skip to content

Commit 2f163c2

Browse files
committed
Remove the Gem post-install message
No longer needed now that we are using te new name
1 parent af7f3f6 commit 2f163c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

action_push_native.gemspec

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ 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-
3223
spec.required_ruby_version = '>= 3.2.0'
3324

3425
rails_version = ">= 8.0"

0 commit comments

Comments
 (0)