worldwide 1.7.2 → 1.7.3

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: 7cde5061c7884e065f085a16425992d5c74727141828f5cd040f709ecd477949
4
- data.tar.gz: d429cf09a984877dabdf1604c6708a08d31e75cf7e14f962629994faac882fd1
3
+ metadata.gz: 0ebcd5c8bebf77abb229052cd23d01bd8b100983b9832117c1729a304f7e0cc2
4
+ data.tar.gz: 8ab8d862c37e8d819300090084c6b35aca128e3312cb0460e282b56746212897
5
5
  SHA512:
6
- metadata.gz: d83c1431d8e467721985d0afc30f9449a9b758b7f612ef03051a550b4b061fc250411be96537d6708655f8ba008f26e32ffe855dbbe946f03e7433cbc2ce41ff
7
- data.tar.gz: 4cf7a8a014c0dba7bfea7cf8d2503d449e2c16e3a4fec4c24eee0c6150ef0d5d38a366b414efe957f23115d22ca9bd2a0757177ff0d8f1cf24b443bca61d6045
6
+ metadata.gz: 7f1b8306512547a26f9af55744dd54c7884c16a3de1effa28b2ea558b4f0334b236a2f522e5a8990dfcf3d92297bc860e369e9e7f0c752fd5238f33ac64f2772
7
+ data.tar.gz: 3ef3a6d0aae2550cbfa665acb003d6504ba2c5cf9db5944f6fc98c7eaac2746e7cbd4bcce1002602817dc691068409ee2864d0c75b2a1a18e0f06d708284f7e2
data/CHANGELOG.md CHANGED
@@ -26,10 +26,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
26
26
  - Security in case of vulnerabilities.
27
27
 
28
28
  ## [Unreleased]
29
- - Nil.
30
29
 
31
30
  ---
32
31
 
32
+ ## [1.7.3] - 2024-07-30
33
+ - Update NZ postcode prefixes [#265](https://github.com/Shopify/worldwide/pull/265)
34
+
33
35
  ## [1.7.2] - 2024-07-25
34
36
  - Associates Kosovo with Southern Europe [#216](https://github.com/Shopify/worldwide/pull/261)
35
37
 
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.7.2)
16
+ worldwide (1.7.3)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
@@ -60,6 +60,7 @@ zones:
60
60
  - '2120'
61
61
  - '2122'
62
62
  - '2123'
63
+ - '2124'
63
64
  - '214'
64
65
  - '215'
65
66
  - '216'
@@ -137,7 +138,9 @@ zones:
137
138
  - '82'
138
139
  - '84'
139
140
  - '85'
141
+ - '86'
140
142
  - '88'
143
+ - '8941'
141
144
  - '897'
142
145
  - '9412'
143
146
  - '9435'
@@ -152,6 +155,7 @@ zones:
152
155
  zip_prefixes:
153
156
  - '8016'
154
157
  - '8942'
158
+ - '8944'
155
159
  - name: Gisborne
156
160
  code: GIS
157
161
  tax: 0.0
@@ -199,6 +203,7 @@ zones:
199
203
  - '3946'
200
204
  - '3947'
201
205
  - '3948'
206
+ - '395'
202
207
  - '3980'
203
208
  - '3989'
204
209
  - '399'
@@ -490,6 +495,7 @@ zones:
490
495
  - '360'
491
496
  - '3610'
492
497
  - '362'
498
+ - '3637'
493
499
  - '3640'
494
500
  - '3641'
495
501
  - '3643'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.7.2"
4
+ VERSION = "1.7.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldwide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport