cf
by Gerardo Lamastra
http://fiscalcode.rubyforge.org/

== DESCRIPTION:

FiscalCode provides a class to calculate the Italia fiscal code, a
sort of social security number, derived from public available data.


== FEATURES/PROBLEMS:

FiscalCode.calc will throw an ArgumentError Exception if it cannot
do the calculation, for example because day,month and years are not
in the proper range (1-31,1-12,0-99), or because the city cannot be
located in the city database.

== SYNOPSIS:

Use: FiscalCode.calc(name, surname, day, month, year, sex, city)
Es. FiscalCode.calc("Mario", "Rossi", 31,12,80, "M", "Milano")

== INSTALL:

* sudo gem install cf

== LICENSE:

GPLv2 (see: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt)