Repository URL to install this package:
module Buildgem class Committer include ForwardGemMethodsToConfig class << self def commit! `cd #{gem_path} && git commit #{gem_version_file_path} -m "Bump! #{gem_version}"` end end end end