bonzi_cep 0.1.1 → 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 +4 -32
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c810025de659642e64fe0f04b51a89d3c555ce891830e20d7f2673a84962d774
4
- data.tar.gz: bb5ce5dbe9a3a31bd76817d45fee6797524025cd342e626ff655f9ad46fc8466
3
+ metadata.gz: 5947d8d7dd9e9a2a3cfe279d4166b8b1e0ce0a5d37b6298531adaa89784ff741
4
+ data.tar.gz: 6582a7a4321808e819fb4fb9473c99dce414882b93f140fc90cd64415914f388
5
5
  SHA512:
6
- metadata.gz: f0e035f5fc8a122eb5c930f8d8ad1bbb4d76fe65c5abdd1474d9796c8088b2410bc6ea7493b83f1dd4ec92d42b5411972d9a83da3f96ecb90561a2823d3a0e05
7
- data.tar.gz: c016dfbd3b3a61175eacf4b5e1e97f457508e568f86748a94a4c281a52c98a663d32272535b2a7bee2cb9cdc6c2aceb067ca2fa638e8986be52fdd982ea53804
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.1"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sheran
@@ -9,35 +9,8 @@ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
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
12
+ description: Ruby gem to generate, validate, and query Brazilian postal codes (CEP/zip
13
+ code), including region, state, and description metadata.
41
14
  email:
42
15
  - bonzibudddy@proton.me
43
16
  executables:
@@ -71,6 +44,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
44
  requirements: []
72
45
  rubygems_version: 3.7.1
73
46
  specification_version: 4
74
- summary: Ruby gem to generate, validate, and query Brazilian postal codes (CEP/zip
75
- code), including region, state, and description metadata.
47
+ summary: Ruby gem to generate, validate, and query Brazilian postal codes
76
48
  test_files: []