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.
- checksums.yaml +4 -4
- data/lib/bonzi_cep/version.rb +1 -1
- metadata +35 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c810025de659642e64fe0f04b51a89d3c555ce891830e20d7f2673a84962d774
|
4
|
+
data.tar.gz: bb5ce5dbe9a3a31bd76817d45fee6797524025cd342e626ff655f9ad46fc8466
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0e035f5fc8a122eb5c930f8d8ad1bbb4d76fe65c5abdd1474d9796c8088b2410bc6ea7493b83f1dd4ec92d42b5411972d9a83da3f96ecb90561a2823d3a0e05
|
7
|
+
data.tar.gz: c016dfbd3b3a61175eacf4b5e1e97f457508e568f86748a94a4c281a52c98a663d32272535b2a7bee2cb9cdc6c2aceb067ca2fa638e8986be52fdd982ea53804
|
data/lib/bonzi_cep/version.rb
CHANGED
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.
|
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:
|
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/
|
52
|
+
homepage: https://github.com/sheranrafael/BonziCep
|
26
53
|
licenses:
|
27
54
|
- MIT
|
28
55
|
metadata:
|
29
|
-
homepage_uri: https://github.com/sheranrafael/
|
30
|
-
source_code_uri: https://github.com/sheranrafael/
|
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:
|
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: []
|