ruby-did-you-mean 1.6.3-1 source package in Ubuntu
Changelog
ruby-did-you-mean (1.6.3-1) unstable; urgency=medium
* Team upload
* New upstream version 1.6.3
* Fix test suite execution
* Adjust patch gemspec-fix-running-under-autopkgtest.patch to run under
autopkgtest
* Drop Ruby-Versions
* Add Ruby:Depends
-- Lucas Nussbaum <email address hidden> Sat, 14 Jan 2023 20:57:23 +0100
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 | Published | Component | Section | |
|---|---|---|---|---|
| Noble | release | universe | misc | |
| Mantic | release | universe | misc | |
| Lunar | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| ruby-did-you-mean_1.6.3-1.dsc | 2.0 KiB | daefadefd708eefb716ad565234e0fbf57820e68e506ebc629563f4ac31c7285 |
| ruby-did-you-mean_1.6.3.orig.tar.gz | 42.3 KiB | d4805de1b260005d8589941db1822f05d4d4ff0c18596872d3c2d7de01eb2418 |
| ruby-did-you-mean_1.6.3-1.debian.tar.xz | 3.8 KiB | 622375cfe8e3706a226c06d26bf02fa2ca4a7a6be4b7ce47958196a0b2c7f5ec |
Available diffs
- diff from 1.6.1-1 to 1.6.3-1 (16.5 KiB)
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.
