rake 10.5.0-2 source package in Ubuntu

Changelog

rake (10.5.0-2) unstable; urgency=medium

  * Team upload.
  * Set Multi-Arch: foreign to allow crossinstall of ruby itself

 -- Christian Hofstaedtler <email address hidden>  Tue, 01 Mar 2016 19:15:02 +0100

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
Xenial release main devel

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_10.5.0-2.dsc 2.1 KiB 76b8b23675e841452f417d137e1964231194f405249729afc9d5a9b78f656f84
rake_10.5.0.orig.tar.gz 127.1 KiB 9a4e148362c643fc49af27b9fe16f071ea56eb33c0fcec9ba3ee71c53abf42bb
rake_10.5.0-2.debian.tar.xz 6.9 KiB e37189713fc242618c0264b352a1f46d13ea454ddbd71ac261f5bb0ce0ccb903

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.