zipcodestack 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d7ad24f5015885f3629045a1c9a49a91f87d428f7cba2069ee3d9dfe19daa8b
4
- data.tar.gz: 0cc66ec5e2a0042155dcdf4490153dff844f2cf4ec5c252afeaab094a6217da7
3
+ metadata.gz: db29c6a38cb61df34424f75355480f2ee6b7b8364715b755d1343b152638aa67
4
+ data.tar.gz: f01417e8160938c02eab6d6c4058a532e3d432c2603366fe92b89ab3099d5625
5
5
  SHA512:
6
- metadata.gz: 2f2c5a6a8671d15a4645e333906856fcc5d7267c668bb80028b88b238e2e5bb54df050729baad64701b99679a9cfb2e15774b8009d34f937b8e20d08029ec572
7
- data.tar.gz: cb85ed40e2451bda78d9436a9e6672b0c62c1b569eeb7d8a13c5ba6e2c97f7501d6e7158acda76686b06102809e31e2358887722db06bd940c798b31f87a694f
6
+ metadata.gz: a7ee929c321141b9e08430d743d8666d402230f15241d2d0f2be78d386f23c190444f1bf6f056f785258f1401fd3a8d0652467ec659592656a75a7fb8251af90
7
+ data.tar.gz: e6c05674585596a3de6d6425bcd013cf546b8450f813be98e03a14d69cd2a6baba98fa26a3fc73b00c7ebe055d1f787eb3215a0566458369485d676ff251a6cc
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A lightweight Ruby client for the `zipcodestack.com` API.
4
4
 
5
+
6
+ - **Website**: [zipcodestack.com](https://zipcodestack.com/)
5
7
  - **Docs**: [zipcodestack.com API Documentation](https://zipcodestack.com/docs/)
6
8
 
7
9
  ## Installation
@@ -1,6 +1,6 @@
1
1
  module Zipcodestack
2
2
  module Version
3
- STRING = "0.1.0"
3
+ STRING = "0.1.1"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipcodestack
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
  - zipcodestack SDK Maintainers
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-09-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: A lightweight Ruby wrapper for the zipcodestack.com API, providing authentication
14
13
  and convenient helpers.
@@ -22,14 +21,13 @@ files:
22
21
  - lib/zipcodestack.rb
23
22
  - lib/zipcodestack/client.rb
24
23
  - lib/zipcodestack/version.rb
25
- homepage: https://zipcodestack.com/docs/
24
+ homepage: https://zipcodestack.com/
26
25
  licenses:
27
26
  - MIT
28
27
  metadata:
29
- homepage_uri: https://zipcodestack.com/docs/
28
+ homepage_uri: https://zipcodestack.com/
30
29
  source_code_uri: https://github.com/zipcodestack/zipcodestack-ruby
31
30
  changelog_uri: https://github.com/zipcodestack/zipcodestack-ruby/releases
32
- post_install_message:
33
31
  rdoc_options: []
34
32
  require_paths:
35
33
  - lib
@@ -44,8 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
42
  - !ruby/object:Gem::Version
45
43
  version: '0'
46
44
  requirements: []
47
- rubygems_version: 3.0.3.1
48
- signing_key:
45
+ rubygems_version: 3.7.2
49
46
  specification_version: 4
50
47
  summary: Ruby client for the zipcodestack.com API
51
48
  test_files: []