rake 12.3.1-1 source package in Ubuntu

Changelog

rake (12.3.1-1) unstable; urgency=medium

  * New upstream release. 
  * debian/patches: Refresh for release 12.3.1-1. 

 -- Georg Faerber <email address hidden>  Fri, 23 Mar 2018 23:27:13 +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
Bionic release main devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_12.3.1-1.dsc 1.7 KiB 93b7a541b6c351256166159d84e50311858e2e0aa9e221e8bd994df1ab6b294c
rake_12.3.1.orig.tar.gz 117.4 KiB 6ed17790cf30fda710a4fdf7eba5f79ba6c81f904552d9abb1e0df16b77c31e8
rake_12.3.1-1.debian.tar.xz 7.1 KiB 0e5367f041142b3f13e85c7d6fd5faf5394e2b1c8d08350eaa809b16fa01176d

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.