codice-fiscale 0.0.2 → 0.0.3
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/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
|
|