mini_phone
mini_phone copied to clipboard
A fast phone number parser, validator and formatter for Ruby. This gem binds to Google's C++ libphonenumber for spec-compliance and performance.
Running into an issue with validating numbers from Virgin Islands **Problem:** - `country` is returning `US` for Virgin Islands **Expectation:** - `country` should return `VI` for Virgin Islands **Setup:** ```...
When installing `mini_phone` on macOS 15 (Sequoia) using `libphonenumber` version `8.13.46`, I get the following errors: ``` checking for -lphonenumber... yes checking for -lprotobuf... yes checking for whether -O3 is...