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

Changelog

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

  * Team upload.
  * Set Multi-Arch: foreign to allow crossinstall of ruby itself
  * Set Standards-Version to 3.9.7 (no addtl. changes)

 -- Christian Hofstaedtler <email address hidden>  Tue, 01 Mar 2016 19:01:47 +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 Pocket Published Component Section
Xenial release main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-did-you-mean_1.0.0-2.dsc 2.1 KiB 20040933cc614ca3dc244001707080a48f461b4d6ca1db92792b23db77fbfffa
ruby-did-you-mean_1.0.0.orig.tar.gz 166.1 KiB cf50d1b4de4ddd73e2b2c9eab8f261cbf64fadee080b89e95cd2dcddece89f6b
ruby-did-you-mean_1.0.0-2.debian.tar.xz 2.3 KiB 0e210d8c9a6de72668bd78310f6b86a3140eda57af2071ffc6fb87d9c445407c

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.