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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -