Sha256: efc11390cf5c52b5997d73b03fd5bd0303f421789158a3d0310b6317124cd07f
Contents?: true
Size: 637 Bytes
Versions: 47
Compression:
Stored size: 637 Bytes
Contents
# =========================================================================== # Project: Abbot - SproutCore Build Tools # Copyright: ©2009 Apple Inc. # portions copyright @2006-2011 Strobe Inc. # and contributors # =========================================================================== module SC class Tools ################################################ ## COMMAND LINE ## desc "build-number TARGET", "Computes a build number for the target" def build_number(*targets) target = requires_target!(*targets) $stdout << target.prepare![:build_number] end end end
Version data entries
47 entries across 47 versions & 1 rubygems