I need a library to help with parsing international phone number. I tried a couple of them like phone_number, phone, phony, and phoney. After playing with them the whole afternoon, none of them is perfect or as good as Google's libphonenumber (Java though). However, I am forced to choose one for my current project so I go with phoney gem, which seems active and provides more international support. Does anyone know anything better?
There was a similar question below but it's more than a year ago and focused on US phone numbers.
Is there a gem that normalizes and format US phone numbers in ruby?