From 8597defe680ab6dd82e6284b48b02c45abee93a9 Mon Sep 17 00:00:00 2001 From: Rosa Gutierrez Date: Wed, 27 Aug 2025 20:50:41 +0200 Subject: [PATCH] Add post-install message to inform about the rename See https://github.com/basecamp/action_native_push/pull/28 --- action_native_push.gemspec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action_native_push.gemspec b/action_native_push.gemspec index 6263ff0..942d741 100644 --- a/action_native_push.gemspec +++ b/action_native_push.gemspec @@ -20,6 +20,15 @@ Gem::Specification.new do |spec| Dir["{app,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] end + spec.post_install_message = <<-MESSAGE + + DEPRECATION WARNING: + ! The "action_native_push" gem has been renamed to "action_push_native". + ! See: https://rubygems.org/gems/action_push_native + ! And: https://github.com/rails/action_push_native + + MESSAGE + spec.required_ruby_version = '>= 3.2.0' rails_version = ">= 8.0"