rake 13.0.1-2 source package in Ubuntu

Changelog

rake (13.0.1-2) unstable; urgency=medium

  * debian/changelog:
    - Drop trailing whitespace.
  * debian/control:
    - Use my debian.org email address.

 -- Georg Faerber <email address hidden>  Wed, 05 Feb 2020 14:32:38 +0000

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_13.0.1-2.dsc 1.4 KiB b1d5d8151657c586dc8e5b7aa30963f99b3d6f38706244fbd17b2aeaeb4fe8a9
rake_13.0.1.orig.tar.gz 119.9 KiB d865329b5e0c38bd9d11ce70bd1ad6e0d5676c4eee74fd818671c55ec49d92fd
rake_13.0.1-2.debian.tar.xz 7.9 KiB 2cfcd9156049fea69b9c395b05d49892142f71b8987dc4d7c915c83be864ecb8

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.