codice-fiscale 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -1
- data/lib/codice_fiscale/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -50,9 +50,11 @@ In this case, you can add a custom block that fetches the codes from your tables
|
|
50
50
|
|
51
51
|
I'm currently supporting only **ruby 1.9+**
|
52
52
|
|
53
|
+
**Note:** The gem name on rubygems.org is "codice-fiscale" not "codice_fiscale"
|
54
|
+
|
53
55
|
Add this line to your application's Gemfile:
|
54
56
|
|
55
|
-
gem '
|
57
|
+
gem 'codice-fiscale'
|
56
58
|
|
57
59
|
And then execute:
|
58
60
|
|