Sha256: e241a44919c38d74a04ffd2b677299c44476822091ed9feaeaefff84be972194
Contents?: true
Size: 316 Bytes
Versions: 7
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true tool :bump do def run exec("bin/spoom bump --from false --to true ;" \ "bin/spoom bump --from true --to strict") end end tool :verify do def run exec("bin/spoom bump --from false --to true --dry ;" \ "bin/spoom bump --from true --to strict --dry") end end
Version data entries
7 entries across 7 versions & 1 rubygems