provincias 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module Provincias
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/provincias.gemspec CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/provincias/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Javier Toledo"]
6
6
  gem.email = ["javier@theagilemonkeys.com"]
7
- gem.description = %q{Provides a Provincia class to search for spanish province names with numeric ids to link to your application data.}
7
+ gem.description = %q{Provides a Provincia class to search for and use spanish province in your apps.}
8
8
  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.}
9
9
  gem.homepage = "https://github.com/agilemonkeys/provincias"
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provincias
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,8 +11,8 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-06-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Provides a Provincia class to search for spanish province names with
15
- numeric ids to link to your application data.
14
+ description: Provides a Provincia class to search for and use spanish province in
15
+ your apps.
16
16
  email:
17
17
  - javier@theagilemonkeys.com
18
18
  executables: []