rake 10.4.2-2 source package in Ubuntu

Changelog

rake (10.4.2-2) unstable; urgency=medium

  * Fix bash completion

 -- Antonio Terceiro <email address hidden>  Wed, 11 Nov 2015 15:06:00 -0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_10.4.2-2.dsc 2.1 KiB b571e5ecc44ebb81acf0699ee2a41a89285d1113e84b86db1d88111e76adab15
rake_10.4.2.orig.tar.gz 126.7 KiB 50c192c14ce53515b38928319cd328c9c25ad7dd243f4f9f9ebddf079c93bd41
rake_10.4.2-2.debian.tar.xz 6.2 KiB b83c7ca64d13feab5c6b272bcb2223cf6aae218c031c7469de1aac2eeb4dee8e

Available diffs

No changes file available.

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.