dni_nie 0.3.9 → 0.3.91
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.
- data/bin/dni_nie +2 -2
- metadata +1 -1
data/bin/dni_nie
CHANGED
|
@@ -19,10 +19,10 @@ case args[0]
|
|
|
19
19
|
if (/es_.*/.match(ENV["LANG"])) # detecta español en consola
|
|
20
20
|
puts <<EOS
|
|
21
21
|
DniNie versión 0.3.9 - Software GPL-3.0
|
|
22
|
-
Este programa no proporciona NINGUNA GARANTÍA, tenga
|
|
22
|
+
Este programa no proporciona NINGUNA GARANTÍA, tenga precaución;
|
|
23
23
|
Esto es software libre, y usted es libre de redistribuir este programa
|
|
24
24
|
bajo ciertas condiciones;
|
|
25
|
-
Ver https://www.gnu.org/licenses/gpl.html
|
|
25
|
+
Ver https://www.gnu.org/licenses/gpl.html para detalles de licencia.
|
|
26
26
|
|
|
27
27
|
Una gema Ruby para la verficación de documentos DNI/NIE
|
|
28
28
|
|