rsl / stringex

Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
MIT License
984 stars 158 forks source link

Make tests pass against newer versions of i18n #175

Closed terceiro closed 9 years ago

terceiro commented 9 years ago

Also add safeguards so the code will still work against older versions.

rsl commented 9 years ago

thanks