Sha256: 7ce20b2ab2073c102263f013cdaad864d8ee4b89f20ae1bd98e69154b7c2adf5
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
#!/usr/bin/env ruby # =========================================================================== # Project: Abbot - SproutCore Build Tools # Copyright: ©2010 Apple Inc. # portions copyright @2006-2011 Strobe 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 view the README 'Using Abbot From Source'." exit end require "sproutcore" SC::Tools.invoke :build_number # EOF
Version data entries
7 entries across 7 versions & 1 rubygems