-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
a103921
commit 9087b86
Showing
3 changed files
with
87 additions
and
90 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
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
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ require File.expand_path('../lib/provincias/version', __FILE__) | |
Gem::Specification.new do |gem| | ||
gem.authors = ["Javier Toledo"] | ||
gem.email = ["[email protected]"] | ||
gem.description = %q{Provides a Provincia class to search for and use spanish provinces in your apps.} | ||
gem.summary = %q{Stop storing spanish provinces in a static table in your database. Use this gem with its class Provincia, reclaim a few bytes of your storage quota and sanitize your DB structure from unuseful static data.} | ||
gem.description = %q{Provides a way to easily manage spanish provinces in your apps without creating additional tables in your database.} | ||
gem.summary = %q{Stop storing spanish provinces in a static table in your database. Use this gem and reclaim a few bytes of your storage quota.} | ||
gem.homepage = "https://github.com/agilemonkeys/provincias" | ||
|
||
gem.files = `git ls-files`.split($\) | ||
|