ruby-unicode-display-width 1.6.1-1 source package in Ubuntu

Changelog

ruby-unicode-display-width (1.6.1-1) unstable; urgency=medium

  * Team Upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Pirate Praveen ]
  * Move debian/watch to gemwatch.debian.net
  * New upstream version 1.6.1
  * Bump Standards-Version to 4.5.0 (no changes needed)

 -- Pirate Praveen <email address hidden>  Sat, 29 Feb 2020 18:12:33 +0530

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-unicode-display-width_1.6.1-1.dsc 2.2 KiB c661c031137b7065ac54eaf6ce6ea9d30e9c871becd4e15854944ad001bcc1cc
ruby-unicode-display-width_1.6.1.orig.tar.gz 7.8 KiB 4e18be47417936d0bb225871e4540c84f3b935aec955da19883ba05c832d59c4
ruby-unicode-display-width_1.6.1-1.debian.tar.xz 2.7 KiB 0f3eb4d34bcea8bfce447695f6335c2926579fecee179d20061ac71e4e7e5944

Available diffs

No changes file available.

Binary packages built by this source

ruby-unicode-display-width: Determines the monospace display width of a string in Ruby

 When printed to the screen, the length of the string is usually equal to the
 number of cells it occupies. However, there are categories of characters that
 occupy 2 cells (full-wide), and others that occupy 0. This library provides
 functions similar to wcwidth() and wcswidth() known from C, to determine the
 monospace display width of a string.