rubygems - Is there a way to print a message after a user installs a Ruby gem? -
is there way configure gem's gemspec print important informational message right after downloads , installs gem using gem install
?
yes, use post_install_message
in gemspec (docs).
you can see how httparty in gemspec.
Comments
Post a Comment