daddyz / phonelib

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

Rename Belarusian carrier Velcom to A1 #242

Closed alex-areshnikov closed 2 years ago

alex-areshnikov commented 2 years ago

Since August 2019, the Velcom company was rebranded to A1 (more info here https://en.wikipedia.org/wiki/A1_Belarus). Per this issue the carrier Velcom should be renamed to A1

Before:

Phonelib.parse("375296000000").carrier
=> "Velcom"

After:

Phonelib.parse("375296000000").carrier
=> "A1"