sat_rfc 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rfc/version.rb +1 -1
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba1b1a521363465a732144d4deee38a00452eff613184adf018637b699325864
|
|
4
|
+
data.tar.gz: c9e46f6bc5a8373c4e752276e0175b9dd9a26834d5fb5c9a594929f13aad107c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a20bdcf915b88429b3bf662c8b92f039412c4816910d996662580eb758f391a83e394fdfa22a2cbfec107e004a27b93b86a3c1cae108c5093643209cce9dd22
|
|
7
|
+
data.tar.gz: f467e4a3b53b0b4465995547cef8e394313dce707ee3e5bf9b7307cb63bc01e54c17403df464b9012f861610f4468648cb1b78425f49d0d18013b828da633e0d
|
data/lib/rfc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sat_rfc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- elOsnaya
|
|
@@ -25,9 +25,7 @@ dependencies:
|
|
|
25
25
|
version: '1.0'
|
|
26
26
|
description: Ruby library that generates RFC tax identifiers for Mexican natural persons
|
|
27
27
|
and legal entities using the SAT algorithm documented by the IFAI (INFOMEX folio
|
|
28
|
-
0610100135506).
|
|
29
|
-
rfc_facil (acrogenesis). Legal entity support is an original implementation by elOsnaya.
|
|
30
|
-
Supports name normalization, homoclave, and verification digit calculation.
|
|
28
|
+
0610100135506).
|
|
31
29
|
email:
|
|
32
30
|
- luisosnet@gmail.com
|
|
33
31
|
executables: []
|