rake 12.3.1-3 source package in Ubuntu

Changelog

rake (12.3.1-3) unstable; urgency=medium

  * Revert the drop of the ruby dependency. See Debian bug #897279 for related
    discussion.
  * Add a simple smoke test

 -- Antonio Terceiro <email address hidden>  Wed, 02 May 2018 10:46:41 -0300

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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_12.3.1-3.dsc 2.0 KiB 31896bed8ee73431f2284914c8633a6ddb5e783680e47d399b0a38d8d92bc9be
rake_12.3.1.orig.tar.gz 117.4 KiB 6ed17790cf30fda710a4fdf7eba5f79ba6c81f904552d9abb1e0df16b77c31e8
rake_12.3.1-3.debian.tar.xz 7.5 KiB c6d4a61458c23f37d5a3c36fcac2109d8d9115c128c58e6cab8daed1d405f323

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.