post_build

post_build(&hook)
Class Public methods

Adds a post-build hook that will be passed an Gem::Installer instance when Gem::Installer#install is called. The hook is called after the gem has been extracted and extensions have been built but before the executables or gemspec has been written. If the hook returns false then the gem's files will be removed and the install will be aborted.

doc_ruby_on_rails
2015-04-11 14:29:32
Comments
Leave a Comment

Please login to continue.