Source: ruby-base62 Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Thomas Bechtold Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-test-unit, Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-base62.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-base62.git;a=summary Homepage: https://github.com/jtzemp/base62 XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby Package: ruby-base62 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: 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.