You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add methods to format, match and check verifying digits (#10)
* Add raw Format
* format as argument require to be in the list
* Formater.format requires a string as document number
* Add documentation for raw method
* Add matcher to match with CPF and CNPJ formats
* Add verification digit checker for CPF generator
* Add verification digit checker for CNPJ generator
* Rubocop issue: add empty line and avoit long line
* Add Changelog
* Add readme to help using
* Test just against ruby 3 versions
* Revert "Test just against ruby 3 versions"
This reverts commit 8b22575.
* Add Newer ruby versions
* Remove syntax using that works only in ruby 3.1
0 commit comments