Sha256: d8e347c3af93003a7dc8e94e36322a73e18e6a01dffd7a84b780563c7cf27323

Contents?: true

Size: 574 Bytes

Versions: 7

Compression:

Stored size: 574 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-gen 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 'gen'

# EOF

Version data entries

7 entries across 7 versions & 1 rubygems

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