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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -