Is there a way to configure a gem's gemspec to print an important informational message right after someone downloads and installs the gem using gem install
?
Asked
Active
Viewed 1,294 times
1 Answers
12
Yes, use post_install_message
in the gemspec (docs).
You can see how HTTParty does it in its gemspec.

krohrbaugh
- 1,324
- 9
- 11