Found out that this gem doesn't validate Swedish phone numbers correctly. Here's an example that compares with [phonelib](https://github.com/daddyz/phonelib). This number should be valid: ```ruby Phonelib.valid?('+463612121') => true Phoner::Phone.valid?('+463612121') => false ```
Found out that this gem doesn't validate Swedish phone numbers correctly. Here's an example that compares with phonelib. This number should be valid: