This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony).
MIT License
556
stars
111
forks
source link
Updated phony gem requirements to be Ruby 3 compatible #205
Coverage remained the same at 99.83% when pulling e3e5e2d95e4789db8ed2a0fb2fd4d54c037fb9f9 on NikoRoberts:ruby-3 into 63772436dec0f17082479945e64bb977fe2042a4 on joost:master.
The version of Phony is incompatible with Ruby3, due to its use of creating Procs without a block.
The gem version updates have mostly been updates to the database and configuration of various countries phone data.
2.18.12 is where they fixed the Ruby 3 compatibility: https://github.com/floere/phony/blob/master/history.textile#version-21812