-
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.
init.rb para inicialización en Rails
- Loading branch information
1 parent
e8f7d3e
commit a103921
Showing
3 changed files
with
3 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
require 'provincias' |
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 Provincias | ||
VERSION = "0.0.2" | ||
VERSION = "0.0.3" | ||
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ 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 province in your apps.} | ||
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.homepage = "https://github.com/agilemonkeys/provincias" | ||
|
||
|