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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -