rake 12.3.0-1 source package in Ubuntu

Changelog

rake (12.3.0-1) unstable; urgency=medium

  * New upstream version 12.3.0
  * Refresh patches
  * Bump Standards-Version to 4.1.2; no changes needed

 -- Antonio Terceiro <email address hidden>  Thu, 07 Dec 2017 08:58:52 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_12.3.0-1.dsc 2.0 KiB 1a8906dc2fb100469489f546a9469f29a2bf3811e890dfcfec8412ab7c44e0aa
rake_12.3.0.orig.tar.gz 116.9 KiB 522e015007fd501879eca9f96802f7635f0429540f1faf2fe54d7bd7a3bd8635
rake_12.3.0-1.debian.tar.xz 6.7 KiB b3881e1e3f55b92cbaf15725b1f3781e878c1c9cf9a9d656a67b64b07e77c4ea

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.