Vadim Senderovich
Vadim Senderovich
@Frige1 I asked if gem was installed from rails5 git branch. Published version doesn't work on rails 5. Add this to your Gemfile ```ruby gem 'evercookie', github: 'daddyz/evercookie', branch: 'rails5'...
hey @sarahkwak , can you provide an example number? I tried to check several variants against original library and they are not valid too. You can check original libphonenumber for...
This number is also parsed as valid in original libphonenumber. You can check it [here](https://rawgit.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/demo-compiled.html) and [open an issue for them](https://issuetracker.google.com/issues/new?component=192347&template=829703). Gem's data is based on it.
Hi @vnazarenko . This number is also parsed as valid in original libphonenumber. You can check it [here](https://htmlpreview.github.io/?https://github.com/google/libphonenumber/blob/master/javascript/i18n/phonenumbers/demo-compiled.html) and [open an issue for them](http://issuetracker.google.com/issues/new?component=192347). Gem's data is based on it....
looks like it is being parsed as valid now ```ruby Phonelib.parse('+16862251234').valid? # => true Phonelib.parse('+16862251234').country # => "US" ```
@cedric5 This number is also parsed as invalid in original libphonenumber. You can check it [here](https://htmlpreview.github.io/?https://github.com/google/libphonenumber/blob/master/javascript/i18n/phonenumbers/demo-compiled.html) and [open an issue for them](http://issuetracker.google.com/issues/new?component=192347). Gem's data is based on it.
@butters-zeemee what is your ruby version?
@butters-zeemee I tried several ways to reproduce with no luck, can you try the latest version 0.10.3 and do you have anything in initializer for the gem?