worldwide 1.7.3 → 1.7.4

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: 0ebcd5c8bebf77abb229052cd23d01bd8b100983b9832117c1729a304f7e0cc2
4
- data.tar.gz: 8ab8d862c37e8d819300090084c6b35aca128e3312cb0460e282b56746212897
3
+ metadata.gz: e387ea6ef2ee8cb6a0c687709f5f45f0fd48eb232ee0c2c8cd652e62cd90be3e
4
+ data.tar.gz: 020a72f8a16cb343236ffdaada7deef7bc85fc96a87a302a93bc0a8ff4244da3
5
5
  SHA512:
6
- metadata.gz: 7f1b8306512547a26f9af55744dd54c7884c16a3de1effa28b2ea558b4f0334b236a2f522e5a8990dfcf3d92297bc860e369e9e7f0c752fd5238f33ac64f2772
7
- data.tar.gz: 3ef3a6d0aae2550cbfa665acb003d6504ba2c5cf9db5944f6fc98c7eaac2746e7cbd4bcce1002602817dc691068409ee2864d0c75b2a1a18e0f06d708284f7e2
6
+ metadata.gz: 9e88f513e80dedfa605d0ab248cf1b7317c560ea2fbfa38337f512d024aaee95e40e5c7fe7b444ba66765ccb79723420c1995d5bf555aa627fe6a6a79a10d65b
7
+ data.tar.gz: 0ead1124bcd6903157b66b8b34900a0fcd8f7707b8cd06b2b38ed74b4d52c989f32efa6dbe698a6aaa105ecd3e67a9c510a101310c6fa7f21d896007c4322dac
data/CHANGELOG.md CHANGED
@@ -29,6 +29,9 @@ 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
33
+ - Update legacy timezone mappings for America/Indianapolis and Asia/Calcutta [#267](https://github.com/Shopify/worldwide/pull/267)
34
+
32
35
  ## [1.7.3] - 2024-07-30
33
36
  - Update NZ postcode prefixes [#265](https://github.com/Shopify/worldwide/pull/265)
34
37
 
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.7.3)
16
+ worldwide (1.7.4)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.7.3"
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.3
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-30 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