worldwide 1.7.4 → 1.7.5

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: e387ea6ef2ee8cb6a0c687709f5f45f0fd48eb232ee0c2c8cd652e62cd90be3e
4
- data.tar.gz: 020a72f8a16cb343236ffdaada7deef7bc85fc96a87a302a93bc0a8ff4244da3
3
+ metadata.gz: 73b7ac8bf90c9e5184a3422d4672334fc1c66496729fa1014ffac15c6f86960d
4
+ data.tar.gz: 1e4eb70d0226a58f54a9a59723e6c5940460f41a48e098c06a5a63c517e9d6dd
5
5
  SHA512:
6
- metadata.gz: 9e88f513e80dedfa605d0ab248cf1b7317c560ea2fbfa38337f512d024aaee95e40e5c7fe7b444ba66765ccb79723420c1995d5bf555aa627fe6a6a79a10d65b
7
- data.tar.gz: 0ead1124bcd6903157b66b8b34900a0fcd8f7707b8cd06b2b38ed74b4d52c989f32efa6dbe698a6aaa105ecd3e67a9c510a101310c6fa7f21d896007c4322dac
6
+ metadata.gz: a7f52ac2eb268b18a05aa816905cc4112b13d5efbccc64001d589fd696394c7e1f0e938654edf16d7fb38a9efa5d2379593081d81004c6afbb722de3039d7a41
7
+ data.tar.gz: 93ae987d62a19e4afbf7720a861f9a470e18b97d78a01ff1df9d470af2aadaa741793b3c0c7e56fb35dfd609f713311d26429d1cc213bc69ebee2fedf8e7f4d9
data/CHANGELOG.md CHANGED
@@ -29,9 +29,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
29
29
 
30
30
  ---
31
31
 
32
- ## [1.7.4] - 2024-08-01
32
+ ## [1.7.5] = 2024-08-01
33
33
  - Update legacy timezone mappings for America/Indianapolis and Asia/Calcutta [#267](https://github.com/Shopify/worldwide/pull/267)
34
34
 
35
+ ## [1.7.4] - 2024-08-01
36
+ - Nothing, released by mistake.
37
+
35
38
  ## [1.7.3] - 2024-07-30
36
39
  - Update NZ postcode prefixes [#265](https://github.com/Shopify/worldwide/pull/265)
37
40
 
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.7.4)
16
+ worldwide (1.7.5)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
@@ -22,7 +22,9 @@ module Worldwide
22
22
 
23
23
  DEPRECATED_ZONES_MAP = {
24
24
  "America/Indiana": "America/Indiana/Indianapolis",
25
+ "America/Indianapolis": "America/Indiana/Indianapolis",
25
26
  "America/Argentina": "America/Argentina/Buenos_Aires",
27
+ "Asia/Calcutta": "Asia/Kolkata",
26
28
  "Asia/Chongqing": "Asia/Shanghai",
27
29
  "Asia/Istanbul": "Europe/Istanbul",
28
30
  "Australia/ACT": "Australia/Sydney",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.7.4"
4
+ VERSION = "1.7.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldwide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify