Skip to content

Instantly share code, notes, and snippets.

@baroquebobcat
Created May 24, 2011 23:59
Show Gist options
  • Save baroquebobcat/990030 to your computer and use it in GitHub Desktop.
Save baroquebobcat/990030 to your computer and use it in GitHub Desktop.
RubyGems Plugin Hook Safety
Gem.post_install do |installer|
puts "Way to go for installing #{installer.gem}"
end
require 'gem_backslap/hooks'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment