ruby-did-you-mean 1.6.3-2 source package in Ubuntu

Changelog

ruby-did-you-mean (1.6.3-2) unstable; urgency=medium

  * Team upload
  * Support the new message format of NameError in Ruby 3.3
  * Bump Standards-Version to 4.7.0 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Thu, 25 Jul 2024 16:17:46 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release main misc
Plucky release main misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-did-you-mean_1.6.3-2.dsc 1.4 KiB af093f28b406cb98abb97e620ad079ec49b3a87503ed2c60adcc01f48e8dc3b9
ruby-did-you-mean_1.6.3.orig.tar.gz 42.3 KiB d4805de1b260005d8589941db1822f05d4d4ff0c18596872d3c2d7de01eb2418
ruby-did-you-mean_1.6.3-2.debian.tar.xz 4.3 KiB f2c9caf0018b9085b3bc4b04a01ddbec81255d27e2cd28d21230fd63e44333cf

Available diffs

No changes file available.

Binary packages built by this source

ruby-did-you-mean: smart error messages for Ruby > 2.3

 This package provides the infrastructure to produce smart error messages on
 Ruby > 2.3. When an undefined method is called, it will suggest similar
 method names. It will also catch mispellings on known method names, such as
 "initialize", and warn developers about them.
 .
 Starting with version 2.3, the Ruby interpreter will automatically load this
 library on startup.