Logoj0ke.net Open Build Service > Projects > devel:ruby > rubygem-rake > Meta
Sign Up | Log In

Meta Configuration of Package rubygem-rake

 
1
<package name="rubygem-rake" project="devel:ruby">
2
  <title>Ruby Make</title>
3
  <description>
4
This package contains Rake, a simple ruby build program with
5
capabilities similar to make.
6
7
Rake has the following features:
8
9
* Rakefiles (rake's version of Makefiles) are completely defined in
10
   standard Ruby syntax.  No XML files to edit.  No quirky Makefile
11
   syntax to worry about (is that a tab or a space?)
12
13
* Users can specify tasks with prerequisites.
14
15
* Rake supports rule patterns to sythesize implicit tasks.
16
17
*  Flexible FileLists that act like arrays but know about
18
   manipulating file names and paths.
19
20
* A library of prepackaged tasks to make building rakefiles easier.
21
22
23
24
Authors:
25
--------
26
    Jim Weirich &lt;jim@weirichhouse.org&gt;
27
  </description>
28
  <person userid="hostmaster" role="maintainer"/>
29
  <person userid="netmax" role="maintainer"/>
30
</package>
31