Sha256: 051c3fd964f7811e2532d080263a0f438ede9d371438e4dea247e0be2fe2ef7d

Contents?: true

Size: 648 Bytes

Versions: 11

Compression:

Stored size: 648 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
# ===========================================================================
# 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-docs 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 :docs

# EOF

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sproutcore-1.4.4-java bin/sc-docs
sproutcore-1.4.4 bin/sc-docs
sproutcore-1.4.3.1 bin/sc-docs
sproutcore-1.4.3-java bin/sc-docs
sproutcore-1.4.3 bin/sc-docs
sproutcore-1.4.2-java bin/sc-docs
sproutcore-1.4.2 bin/sc-docs
sproutcore-1.4.1-java bin/sc-docs
sproutcore-1.4.1 bin/sc-docs
sproutcore-1.4.0-java bin/sc-docs
sproutcore-1.4.0 bin/sc-docs