Sha256: 3cbd846efea1d4c23ac43a9efbd67f15bfb5ea04ae37eaef2250d0b733a2ce90
Contents?: true
Size: 557 Bytes
Versions: 23
Compression:
Stored size: 557 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 # =========================================================================== require "sproutcore" begin require 'sc_docs/cli' ScDocs::CLI.start rescue LoadError puts "sc-docs is no longer bundled with SproutCore. Please install the sc-docs tool instead." end # EOF
Version data entries
23 entries across 23 versions & 1 rubygems