rake 13.0.1-4 source package in Ubuntu
Changelog
rake (13.0.1-4) unstable; urgency=medium * Team upload * Add patch to fix autopkgtest (when using --gem-install) -- Utkarsh Gupta <email address hidden> Thu, 02 Apr 2020 01:16:04 +0530
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rake_13.0.1-4.dsc | 2.1 KiB | a2b7994c08e76e8d5cedeef562f12e41f554eaabf9d0240288abead31940791d |
rake_13.0.1.orig.tar.gz | 119.9 KiB | d865329b5e0c38bd9d11ce70bd1ad6e0d5676c4eee74fd818671c55ec49d92fd |
rake_13.0.1-4.debian.tar.xz | 8.2 KiB | a058d57a5b52a2fbb9097acb8b6b8882a1db2bc025a5743a4c5db238dfab54be |
Available diffs
- diff from 13.0.1-2 to 13.0.1-4 (821 bytes)
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.