base62 0.1.0
The base62 gem monkeypatches Integer and String. It creates an Integer#base62_encode instance method to encode integers into a string with this set of characters: 0-9 + A-Z + a-z. It also creates a String#base62_decode method to reverse the encoded string back into an integer.
Gemfile:
=
install:
=
Development Dependencies (1):
hoe
>= 1.7.0