No commit activity in last 3 years
No release in over 3 years
Extracts name from username or email
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 2.2.0
~> 3.12
~> 3.5.0
 Project Readme

Guess Who No Fuzzy

A no fuzzy-search implementation of guess_who gem [https://github.com/odina/guess_who].

Installing:

gem install guess_who_no_fuzzy

Trying out:

> profiler = GuessWhoNoFuzzy::Profiler.profile!("john.doe@gmail.com")
> profiler.full_name # should say "John Doe"
> profiler.email # should say "john.doe@gmail.com"