-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Javier Toledo
committed
May 22, 2017
1 parent
0f73a20
commit 7e8b14d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module SpanishVatValidators | ||
VERSION = "0.0.5" | ||
VERSION = '0.0.6' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem| | |
gem.authors = ["Javier Toledo"] | ||
gem.email = ["[email protected]"] | ||
gem.description = %q{Provides validators for spanish VAT numbers (NIF, CIF and NIE)} | ||
gem.summary = %q{Provides Rails3 compatible validators for spanish VAT numbers (NIF, CIF and NIE), with support for I18n} | ||
gem.summary = %q{Provides Rails3+ compatible validators for spanish VAT numbers (NIF, CIF and NIE), with support for I18n} | ||
gem.homepage = "https://github.com/agilemonkeys/spanish_vat_validators" | ||
|
||
gem.files = `git ls-files`.split($\) | ||
|