daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.04k stars 130 forks source link

Ivory Coast, 8 -> 10 digits, and latest libphonenumber version #215

Closed plcstevens closed 3 years ago

plcstevens commented 3 years ago

Hi,

We have seen an issue arise with our Ivory Coast customers due to a recent change in the digits for phone numbers in that country. (article in french: https://www.rfi.fr/fr/afrique/20201226-c%C3%B4te-d-ivoire-les-num%C3%A9ros-de-t%C3%A9l%C3%A9phone-passeront-de-8-%C3%A0-10-chiffres-le-31-janvier)

It seems like the libphonenumber most recent version handles this: https://github.com/google/libphonenumber/blob/master/release_notes.txt#L4 but I have not been able to fork/import the data because the geonames API task is failing.

Are you able to update the data and release a new version to support these most recent changes?

Thank you

daddyz commented 3 years ago

@plcstevens updated data and released