baddr 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/baddr/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14f1c52c19c0a9713c547b76903b6f35ce5fbf85
4
- data.tar.gz: f0270311d2892898fb7a1d7053d24080aec16cbe
3
+ metadata.gz: f9fbb53c49bfc330fb8b6163f2abba2f00b10fd2
4
+ data.tar.gz: 049018eb8c76e3e9728213597b6301f663435e35
5
5
  SHA512:
6
- metadata.gz: ab2c89a9bca7af138f47ff55d061272440f478496d8d36a97aca108b0eb05c746b21c7d945a461077071c9dc2e2beef4916eaa79898b18255a339ea11f349b56
7
- data.tar.gz: 489fee17945e32754a4d21eb5c795c09d1efaf76741dfecfee221c99097ecfc0d339ca79c203554eaf3db28b83b60e87256ad32862c7098b5f29eac0bc791bac
6
+ metadata.gz: 1d7afe1a4ad881124416e36ddbc4424d0017d6d91b04aae71616792bd1e1a3da092069bf8c7e76460aa36f2a77069bc0946a7fe2506b776e26a307797ed90c89
7
+ data.tar.gz: 10ff51913ff157aa6bb9a468058bd49d948432c01ced93ecfda90bce22004a82ee663faf72843d3dd92cc8cb960380f11d62f62d2b8e8704519d39b54d1eb28a
data/lib/baddr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Baddr
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baddr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Eduardo da Fonseca
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4.0'
27
- description: A gem to save you from the boring, repetitive taskof creating integrated
28
- city/state models, controllers and views
27
+ description: A gem to save you from the boring, repetitive task of creating integrated
28
+ city/state models, controllers and views. Currently only supports Brazilian addresses.
29
29
  email:
30
30
  - coddreau@gmail.com
31
31
  executables: []
@@ -70,5 +70,5 @@ rubyforge_project:
70
70
  rubygems_version: 2.2.2
71
71
  signing_key:
72
72
  specification_version: 4
73
- summary: Brazillian Address
73
+ summary: Brazilian Address
74
74
  test_files: []