From d495cafa7202bf1d13888c40fdffddcfab9de214 Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Thu, 14 Jul 2022 09:43:45 -0400 Subject: [PATCH] Add mini_phone as Ruby third part port (#2574) A Ruby gem which plugs directly into Google's native C++ libphonenumber for extremely fast and robust phone number parsing, validation, and formatting. On average, most methods are 70x to 80x faster than other Ruby phone number libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56ccee136..c6abdd66a 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ maintenance processes. * PHP: https://github.com/giggsey/libphonenumber-for-php * PostgreSQL in-database types: https://github.com/blm768/pg-libphonenumber * Python: https://github.com/daviddrysdale/python-phonenumbers +* Ruby: https://github.com/ianks/mini_phone * Ruby: https://github.com/mobi/telephone_number * Rust: https://github.com/1aim/rust-phonenumber * Erlang: https://github.com/marinakr/libphonenumber_erlang