Sun Dec 31
#
Tip Print a message when your gem is installed
If you set the post_install_message attribute in your Gem’s specification, its text will be printed when someone installs your gem.
For example:
spec.post_install_message = “API CHANGE…”