bonzi_cep 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bonzi_cep/version.rb +1 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48d3f5f1c0a144c6c3cb23e0be83a0a0970293209caa20906fca66222ecd4f08
4
- data.tar.gz: 61e8b9137090c0a1d5d3288729cd29f9afecbde7d947320df0bd23567c9efe19
3
+ metadata.gz: 5947d8d7dd9e9a2a3cfe279d4166b8b1e0ce0a5d37b6298531adaa89784ff741
4
+ data.tar.gz: 6582a7a4321808e819fb4fb9473c99dce414882b93f140fc90cd64415914f388
5
5
  SHA512:
6
- metadata.gz: 771edcf914343bd6e6a6a844d3feb752e7344107b95de385ece52f986434f3748b196a69cd0f570c873bf4b3690597985410b76a86895cec54492ced737af1aa
7
- data.tar.gz: 93ab0447720194236dfcba4745c9c58aa1d399d7fe26465164ce28433ec4ff90e2e41261f06d54f91ad2ab81c1369296091349ecb6bf5fde6b2062e6af6bc313
6
+ metadata.gz: e7adc27d0b641712ce60c37471f88d91011ac0e7c3bb373357eb14714973360ad23dba4dc57185868ac49656d74a478b7532148fd7477dbae6750e2561aeaa99
7
+ data.tar.gz: 30286c824c2b6284dc18a089c6167d37fa892b01c73a716c463bcafe75a91d2cc86a7840a827b8f5a7a909909d203167cfeea620c8a693721d93a6ac7a52b0d4
@@ -1,5 +1,5 @@
1
1
  # lib/bonzi_cep/version.rb
2
2
 
3
3
  module BonziCEP
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bonzi_cep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sheran
@@ -9,8 +9,8 @@ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: Gem Ruby para trabalhar com Códigos de Endereçamento Postal brasileiros
13
- (CEP)
12
+ description: Ruby gem to generate, validate, and query Brazilian postal codes (CEP/zip
13
+ code), including region, state, and description metadata.
14
14
  email:
15
15
  - bonzibudddy@proton.me
16
16
  executables:
@@ -22,12 +22,12 @@ files:
22
22
  - exe/bonzi_cep
23
23
  - lib/bonzi_cep.rb
24
24
  - lib/bonzi_cep/version.rb
25
- homepage: https://github.com/sheranrafael/bonzi_cep
25
+ homepage: https://github.com/sheranrafael/BonziCep
26
26
  licenses:
27
27
  - MIT
28
28
  metadata:
29
- homepage_uri: https://github.com/sheranrafael/bonzi_cep
30
- source_code_uri: https://github.com/sheranrafael/bonzi_cep
29
+ homepage_uri: https://github.com/sheranrafael/BonziCep
30
+ source_code_uri: https://github.com/sheranrafael/BonziCep
31
31
  rdoc_options: []
32
32
  require_paths:
33
33
  - lib
@@ -44,5 +44,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  requirements: []
45
45
  rubygems_version: 3.7.1
46
46
  specification_version: 4
47
- summary: Gem para gerar, validar e consultar CEPs brasileiros
47
+ summary: Ruby gem to generate, validate, and query Brazilian postal codes
48
48
  test_files: []