Gems
A fast phone number lib for Ruby (binds go native libphonenumber)
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.
Provides CSRF protection on OmniAuth request endpoint on Rails application.
This gem provides a mitigation against CVE-2015-9284 (Cross-Site Request Forgery on the request phase when using OmniAuth gem with a Ruby on Rails application) by implementing a CSRF token verifier that directly uses ActionController::RequestForge...