rake 13.0.6-3 source package in Ubuntu

Changelog

rake (13.0.6-3) unstable; urgency=medium

  * bash_completion: complete all tasks, even undocumented ones

 -- Antonio Terceiro <email address hidden>  Sat, 12 Mar 2022 12:49:56 -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
Oracular release main devel
Noble release main devel
Mantic release main devel
Lunar release main devel

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_13.0.6-3.dsc 2.0 KiB dbc1240e94e770b368b6a7ed2cf7a824018b45035578e1f07e7cf3de12fc2a3d
rake_13.0.6.orig.tar.gz 120.6 KiB a39d555a08a3cbd6961a98d0bf222a01018683760664ede3c1610af5ca5de0cc
rake_13.0.6-3.debian.tar.xz 7.9 KiB e1f2e91528a55cd8277ea61f1c3317ff3fe527a62dee31042e3075bfde623dce

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.