rake 12.3.0-1ubuntu1 source package in Ubuntu

Changelog

rake (12.3.0-1ubuntu1) bionic; urgency=medium

  * Fix syntax failure in debian/ruby_tests.rb, as ruby 2.5 is less
    forgiving.

 -- Steve Langasek <email address hidden>  Thu, 08 Mar 2018 00:44:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
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.orig.tar.gz 116.9 KiB 522e015007fd501879eca9f96802f7635f0429540f1faf2fe54d7bd7a3bd8635
rake_12.3.0-1ubuntu1.debian.tar.xz 6.9 KiB 8ee634badbb4834bf6f4a382f0f34339abb219e172d5159b3d45c4cff3cd32a2
rake_12.3.0-1ubuntu1.dsc 2.2 KiB 8f222312d785777c799817e7d1c2d26177bb188e7e029958d3b01680a10c3fca

View changes file

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.