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

Support ruby 2.2.0 #170

Closed cshaffer closed 9 years ago

cshaffer commented 9 years ago

This commit adds support for ruby 2.2.0, including:

rsl commented 9 years ago

thanks