Sha256: 5f86119e6365ca9f7d2f43f95f94b935b8854c2321f864a33770040cbc2395ad
Contents?: true
Size: 640 Bytes
Versions: 4
Compression:
Stored size: 640 Bytes
Contents
#!/usr/bin/env ruby # =========================================================================== # Project: Abbot - SproutCore Build Tools # Copyright: ©2009 Apple Inc. # portions copyright @2006-2009 Sprout Systems, Inc. # and contributors # =========================================================================== if caller.empty? puts "FATAL: You need to invoke sc-build-number from an installed gem or through bundler. For more information, please visit http://github.com/sproutit/sproutcore-abbot/wiki/Using-Abbot-1.4-From-Source" exit end require "sproutcore" SC::Tools.invoke :build_number # EOF
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-1.4.0.rc.5 | bin/sc-build-number |
sproutcore-1.4.0.rc.4 | bin/sc-build-number |
sproutcore-1.4.0.rc.3 | bin/sc-build-number |
sproutcore-1.4.0.rc.2 | bin/sc-build-number |