Skip to content

Commit

Permalink
init.rb para inicialización en Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertoledo committed Jun 19, 2012
1 parent e8f7d3e commit a103921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions init.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'provincias'
2 changes: 1 addition & 1 deletion lib/provincias/version.rb
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
2 changes: 1 addition & 1 deletion provincias.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a103921

Please sign in to comment.