base62 icon indicating copy to clipboard operation
base62 copied to clipboard

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 t...

Results 3 base62 issues
Sort by recently updated
recently updated
newest added

I just lost so much time because it seems either this library, or my partners php base62 library is behaving very unexpectedly. This one converts `10008287` to `fzbz` and his...

@jtzemp, I'd like to move the String and Integer extensions to a separate require, so you can do `require "base62/ext"` if you need the patches. This is to enable using...

Sorry for all these issues, I just wanted to ask if we can drop support for Ruby 1.8 as this is no longer officially supported? This would enable some shortcuts...