Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 3, 2013
1 parent 2dca2bb commit 413ee40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
# CiUY

A gem to validate Uruguayan Identity Documents (Cedula de Identidad Uruguaya)

https://rubygems.org/gems/ci_uy

Install:

`gem install ci_uy`

Use:
``` ruby
fernando@hoth ~ $ irb
1.9.3p194 :001 > require 'ci_uy'
=> true
1.9.3p194 :002 > CiUY.validate_ci("1.111.111-1")
=> true
1.9.3p194 :003 > CiUY.get_validation_digit("2222222")
=> "2"
```

0 comments on commit 413ee40

Please sign in to comment.