2017-01-25 13:33:12 +01:00

9 lines
104 B
Ruby

cask 'booby-trap' do
version '0.0.7'
url do
# to be lazily evaluated
fail 'Boom'
end
end