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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -