rake 13.2.1-1 source package in Ubuntu

Changelog

rake (13.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Declare compliance with Debian Policy 4.7.0
  * d/control: remove XS-Ruby-Versions field

 -- Lucas Kanashiro <email address hidden>  Wed, 10 Apr 2024 18:47:30 -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 proposed main devel

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_13.2.1-1.dsc 2.0 KiB c3735a3b72bc085dff5f36ca9362fa200b74ebcda6693861da2ed32539eb0cc4
rake_13.2.1.orig.tar.gz 121.6 KiB 158f7bb2e7707e97b94d9edd6053bcf0156b8309ff33d89fb9aec79eedd2f585
rake_13.2.1-1.debian.tar.xz 8.0 KiB 94e5bfa57d3acb7f5e34799810edc555e5ab40240271255e76758d7f2c58de3d

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.