# File lib/buildr/packaging/gems.rb, line 46
    def uninstall
      Util::Gems.command 'uninstall', spec.name, '-v', spec.version.to_s
    end