Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがgemをダウンロードしてインストールした直後に重要な情報メッセージを出力するようにgemのgemspecを構成する方法はありますgem installか?
gem install
はい、post_install_messagegemspec(docs)で使用してください。
post_install_message
HTTPartyがそのgemspecでどのようにそれを行うかを見ることができます。