bonzi_cep 0.1.0 → 0.1.1

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 +35 -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: c810025de659642e64fe0f04b51a89d3c555ce891830e20d7f2673a84962d774
4
+ data.tar.gz: bb5ce5dbe9a3a31bd76817d45fee6797524025cd342e626ff655f9ad46fc8466
5
5
  SHA512:
6
- metadata.gz: 771edcf914343bd6e6a6a844d3feb752e7344107b95de385ece52f986434f3748b196a69cd0f570c873bf4b3690597985410b76a86895cec54492ced737af1aa
7
- data.tar.gz: 93ab0447720194236dfcba4745c9c58aa1d399d7fe26465164ce28433ec4ff90e2e41261f06d54f91ad2ab81c1369296091349ecb6bf5fde6b2062e6af6bc313
6
+ metadata.gz: f0e035f5fc8a122eb5c930f8d8ad1bbb4d76fe65c5abdd1474d9796c8088b2410bc6ea7493b83f1dd4ec92d42b5411972d9a83da3f96ecb90561a2823d3a0e05
7
+ data.tar.gz: c016dfbd3b3a61175eacf4b5e1e97f457508e568f86748a94a4c281a52c98a663d32272535b2a7bee2cb9cdc6c2aceb067ca2fa638e8986be52fdd982ea53804
@@ -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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sheran
@@ -9,8 +9,35 @@ 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: |-
13
+ Gem Ruby to generate, validate, and query Brazilian Postal Codes (CEP - zip code) with state and region information.
14
+
15
+ Features
16
+ ✅ Zero dependencies – Works with pure Ruby
17
+
18
+ ✅ Ruby 3.1+ support – Compatible with modern versions
19
+
20
+ ✅ Simple interface – Easy to use both in code and via CLI
21
+
22
+ ✅ Embedded data – No external database or API required
23
+
24
+ Functionalities
25
+ CEP Generation
26
+ Random or for a specific state
27
+
28
+ With or without formatting (12345-678 or 12345678)
29
+
30
+ Includes automatic metadata (state and region)
31
+
32
+ Validation
33
+ Checks for valid CEP format
34
+
35
+ Verifies if it belongs to a specific state
36
+
37
+ Query
38
+ Identifies the state and region of a CEP
39
+
40
+ Supports all Brazilian states
14
41
  email:
15
42
  - bonzibudddy@proton.me
16
43
  executables:
@@ -22,12 +49,12 @@ files:
22
49
  - exe/bonzi_cep
23
50
  - lib/bonzi_cep.rb
24
51
  - lib/bonzi_cep/version.rb
25
- homepage: https://github.com/sheranrafael/bonzi_cep
52
+ homepage: https://github.com/sheranrafael/BonziCep
26
53
  licenses:
27
54
  - MIT
28
55
  metadata:
29
- homepage_uri: https://github.com/sheranrafael/bonzi_cep
30
- source_code_uri: https://github.com/sheranrafael/bonzi_cep
56
+ homepage_uri: https://github.com/sheranrafael/BonziCep
57
+ source_code_uri: https://github.com/sheranrafael/BonziCep
31
58
  rdoc_options: []
32
59
  require_paths:
33
60
  - lib
@@ -44,5 +71,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
71
  requirements: []
45
72
  rubygems_version: 3.7.1
46
73
  specification_version: 4
47
- summary: Gem para gerar, validar e consultar CEPs brasileiros
74
+ summary: Ruby gem to generate, validate, and query Brazilian postal codes (CEP/zip
75
+ code), including region, state, and description metadata.
48
76
  test_files: []