rake 13.0.6-2 source package in Ubuntu
Changelog
rake (13.0.6-2) unstable; urgency=medium * fix gemspec loading under autopkgtest -- Antonio Terceiro <email address hidden> Thu, 06 Jan 2022 12:44:41 -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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rake_13.0.6-2.dsc | 2.0 KiB | 19d8d251a13fdd9005f822016eeac03eebc0f06937b6c29647e0dcb81cbb125c |
rake_13.0.6.orig.tar.gz | 120.6 KiB | a39d555a08a3cbd6961a98d0bf222a01018683760664ede3c1610af5ca5de0cc |
rake_13.0.6-2.debian.tar.xz | 7.9 KiB | 17fee4d414114867b26ae2ea21d41c89b79f270c425d835c193a59095daf5848 |
Available diffs
- diff from 13.0.3-1 to 13.0.6-2 (6.2 KiB)
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.