Sha256: de4df09f651ae42e84407b6ad7b31ac40e80e44b2d92cd456eaa706ffb008e9b
Contents?: true
Size: 623 Bytes
Versions: 11
Compression:
Stored size: 623 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-gen 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 'gen' # EOF
Version data entries
11 entries across 11 versions & 1 rubygems