mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
This commit will update the list of postal codes using the command below: curl -L http://download.geonames.org/export/dump/countryInfo.txt | sed 's,\t,\;,g' | sort --unique | cut --delimiter ';' --field 1,15 | sed --regexp-extended "/^#/d; /^[A-Z]{2}\;$/d; s,([A-Z]{2})\;(.+),'\1' => '/\2/'\,,g" The changes that broke existing tests were reverted. Signed-off-by: Henrique Moody <henriquemoody@gmail.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| integration | ||
| library | ||
| unit | ||