mini_phone icon indicating copy to clipboard operation
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.

Results 2 mini_phone issues
Sort by recently updated
recently updated
newest added

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...