Sha256: 3bcb69d24a6205ee2f97c756f9e81e0f37a2c1124e24dc913fe1e8501fa39ec1

Contents?: true

Size: 571 Bytes

Versions: 7

Compression:

Stored size: 571 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 sproutcore from an installed gem or through bundler. For more information, please view the README 'Using Abbot From Source'."
  exit
end

require "sproutcore"

SC::Tools.start

# EOF

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sproutcore-1.5.0-java bin/sproutcore
sproutcore-1.5.0 bin/sproutcore
sproutcore-1.5.0.rc.2 bin/sproutcore
sproutcore-1.5.0.rc.1 bin/sproutcore
sproutcore-1.5.0.pre.5 bin/sproutcore
sproutcore-1.5.0.pre.4.1 bin/sproutcore
sproutcore-1.5.0.pre.4 bin/sproutcore