ruby-base62 1.0.0-3 source package in Ubuntu

Changelog

ruby-base62 (1.0.0-3) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Run wrap-and-sort on packaging files

  [ Sebastien Badia ]
  * d/watch: Bump to version 4 and use a secure URI
  * d/rules: Check dependencies with gem2deb
  * d/copyright: Update copyritght years and use HTTPS for URI
  * d/control:
    + Added myself as Uploader (and remove Thomas)(Closes: #892688)
    + Use salsa.debian.org in Vcs-* fields
    + Bump Standards-Version to 4.1.3 (no changes needed)
    + Bump debhelper compatibility level to 11
  * d/upstream: Added Upstream metadata

 -- Sebastien Badia <email address hidden>  Tue, 03 Apr 2018 19:14:49 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-base62_1.0.0-3.dsc 2.0 KiB 837fb9c11e4db9bae1ae3900dd3389ddc7c1c70881fc0c713b3be1d8e0767d1f
ruby-base62_1.0.0.orig.tar.gz 4.4 KiB 7b7c60784e08089d2c1016f44675d7a601ea9e673b074b1c1ecb369f670281b0
ruby-base62_1.0.0-3.debian.tar.xz 2.6 KiB e234a0c7f46f2a4efcc1b20f8447fa91ef88d2c9b6e6e2a63a9000c248a13817

Available diffs

No changes file available.

Binary packages built by this source

ruby-base62: base62 encoding and decoding library for Ruby

 Base62 monkeypatches Integer to add an Integer#base62_encode
 instance method to encode an integer in the character set of
 0-9 + A-Z + a-z. It also monkeypatches String to add
 String#base62_decode to take the string and turn it back
 into a valid integer.