Sha256: 634b820988dda8da32861f659a0bd881ab370a5229ed26c665d421d14b38571f

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
# ===========================================================================
# 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-docs from an installed gem or through bundler. For more information, please visit http://github.com/sproutcore/abbot/wiki/Using-Abbot-1.4-From-Source"
  exit
end

require "sproutcore"

SC::Tools.invoke :docs

# EOF

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-1.5.0.pre.3 bin/sc-docs
sproutcore-1.4.5 bin/sc-docs
sproutcore-1.4.5-java bin/sc-docs