forked from ruby/rake
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rake.blurb
19 lines (17 loc) · 840 Bytes
/
rake.blurb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: rake
document: http://rake.rubyforge.org
download: http://rubyforge.org/project/showfiles.php?group_id=50
description: >
<p>This package contains Rake, a simple ruby build program with
capabilities similar to make.</p>
<p> Rake has the following features: </p>
<ul>
<li>Rakefiles (rake’s version of Makefiles) are completely
defined in standard Ruby syntax. No XML files to edit. No quirky
Makefile syntax to worry about (is that a tab or a space?)</li>
<li>Users can specify tasks with prerequisites.</li>
<li>Rake supports rule patterns to synthesize implicit tasks.</li>
<li>Rake is lightweight. It can be distributed with other
projects as a single file. Projects that depend upon rake do not
require that rake be installed on target systems.</li>
</ul>