Repository URL to install this package:
module Buildgem class Tagger include ForwardGemMethodsToConfig class << self def tag! `cd #{gem_path} && git tag #{gem_version}` end end end end