worldwide 1.7.2 → 1.7.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cde5061c7884e065f085a16425992d5c74727141828f5cd040f709ecd477949
4
- data.tar.gz: d429cf09a984877dabdf1604c6708a08d31e75cf7e14f962629994faac882fd1
3
+ metadata.gz: e387ea6ef2ee8cb6a0c687709f5f45f0fd48eb232ee0c2c8cd652e62cd90be3e
4
+ data.tar.gz: 020a72f8a16cb343236ffdaada7deef7bc85fc96a87a302a93bc0a8ff4244da3
5
5
  SHA512:
6
- metadata.gz: d83c1431d8e467721985d0afc30f9449a9b758b7f612ef03051a550b4b061fc250411be96537d6708655f8ba008f26e32ffe855dbbe946f03e7433cbc2ce41ff
7
- data.tar.gz: 4cf7a8a014c0dba7bfea7cf8d2503d449e2c16e3a4fec4c24eee0c6150ef0d5d38a366b414efe957f23115d22ca9bd2a0757177ff0d8f1cf24b443bca61d6045
6
+ metadata.gz: 9e88f513e80dedfa605d0ab248cf1b7317c560ea2fbfa38337f512d024aaee95e40e5c7fe7b444ba66765ccb79723420c1995d5bf555aa627fe6a6a79a10d65b
7
+ data.tar.gz: 0ead1124bcd6903157b66b8b34900a0fcd8f7707b8cd06b2b38ed74b4d52c989f32efa6dbe698a6aaa105ecd3e67a9c510a101310c6fa7f21d896007c4322dac
data/CHANGELOG.md CHANGED
@@ -26,10 +26,15 @@ 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.4] - 2024-08-01
33
+ - Update legacy timezone mappings for America/Indianapolis and Asia/Calcutta [#267](https://github.com/Shopify/worldwide/pull/267)
34
+
35
+ ## [1.7.3] - 2024-07-30
36
+ - Update NZ postcode prefixes [#265](https://github.com/Shopify/worldwide/pull/265)
37
+
33
38
  ## [1.7.2] - 2024-07-25
34
39
  - Associates Kosovo with Southern Europe [#216](https://github.com/Shopify/worldwide/pull/261)
35
40
 
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.4)
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.4"
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.4
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-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport