rake 0.8.7-2ubuntu1 source package in Ubuntu

Changelog

rake (0.8.7-2ubuntu1) oneiric; urgency=low

  * Apply patch from Lekensteyn resolving broken bash completion
    due to incorrect check whether rake is available.
    (LP: #828183)
 -- Daniel T Chen <email address hidden>   Fri, 19 Aug 2011 16:49:29 -0400

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
rake_0.8.7.orig.tar.gz 102.4 KiB 50c6c544d79805e9a10fd3dfec6d3c5de70920dce46d75fac65c6a05e111cadc
rake_0.8.7-2ubuntu1.diff.gz 5.4 KiB ed823a2b09738bf4e517c53c8dc63fe998d09e0b6a5525fe38e950716f83bec5
rake_0.8.7-2ubuntu1.dsc 1.2 KiB 8bde85f2ecae44f87053017e295694c9337cf9a8fca4e11ed0dee19b2e4f1462

Available diffs

View changes file

Binary packages built by this source

rake: ruby make-like utility

 Rake is a simple ruby build program with capabilities similar to make.
 .
 Rake has the following features:
   * Rakefiles (rakes 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?)
   * Users can specify tasks with prerequisites.
   * Rake supports rule patterns to sythesize implicit tasks.
   * 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.