Sha256: 3279a9cc70dc82d1d2bc499c6212dc877217355e165fa75a626a7465d4a7fd9c
Contents?: true
Size: 640 Bytes
Versions: 11
Compression:
Stored size: 640 Bytes
Contents
#!/usr/bin/env ruby # =========================================================================== # Project: Abbot - SproutCore Build Tools # Copyright: ©2010 Apple Inc. # portions copyright @2006-2010 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
11 entries across 11 versions & 1 rubygems