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

Version Path
lunchmoney-1.4.0 .toys/spoom.rb
lunchmoney-1.2.0 .toys/spoom.rb
lunchmoney-1.1.2 .toys/spoom.rb
lunchmoney-1.1.1 .toys/spoom.rb
lunchmoney-1.1.0 .toys/spoom.rb
lunchmoney-1.0.0 .toys/spoom.rb
lunchmoney-0.10.0 .toys/spoom.rb