Repository URL to install this package:
module Buildgem class Pusher include ForwardGemMethodsToConfig class << self def push! `cd #{gem_path} && git push && git push --tags` end end end end