worldwide 1.25.1 → 1.25.2

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: eefb7729a573099fa97b2bf8d8bd3939a25302b01aba8a4aaa0ec138b6968a17
4
- data.tar.gz: 057a511bf5f08b8dc441019b2f4c9836e836b0d750308db94a114caca478c3b6
3
+ metadata.gz: c78d11145e3ac5a03f96497dae282d0f6f0371858733d24aa357816a0df1ea06
4
+ data.tar.gz: 1da37501ffc3aa415d0abd2759518446281703d9f8cb72a72bd5bc76476a3e01
5
5
  SHA512:
6
- metadata.gz: d1d8eb54431d05350f76aa924e598000c4fbfb1e64155666f928a7bc85da698ef638cda449ad678d2e95e1e255d22089b9577dca0d8f7c0fb2a1a1bed5a2522e
7
- data.tar.gz: c28009904a6d6850356c381d8dced603d1b6a5caf7988e0ae2acda87b9a03e4f91c6e54b84012c0d9ffa188a0c88d29822cc9a927c5094ee54d946ed18912aa5
6
+ metadata.gz: 1b2231469a4b30861656a07291aac4ee477ca76da14666901b90032e8255a6809c98d6eb4af63cb51460aa75fbab305843268673ab4148ceff855b537a25c3bb
7
+ data.tar.gz: 8c60c471daece52b684e67e36bd08880fc7a231d56c468dba657afa5c62c2398abc2bf18c328498057f18a6ac571fbc80999f0b290f0aa6bce9e733897e03fff
data/CHANGELOG.md CHANGED
@@ -30,6 +30,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
30
30
 
31
31
  ---
32
32
 
33
+ ## [1.25.2] - 2026-07-02
34
+ - Bump phonelib from 0.10.17 to 0.10.22 to pick up updated libphonenumber metadata.
35
+
33
36
  ## [1.25.1] - 2026-05-26
34
37
  - Update postal code expectations in Portugal to require seven digit postal code (XXXX-XXX) [#493](https://github.com/Shopify/worldwide/pull/493)
35
38
 
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.25.1)
16
+ worldwide (1.25.2)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
@@ -66,7 +66,7 @@ GEM
66
66
  parser (3.3.0.5)
67
67
  ast (~> 2.4.1)
68
68
  racc
69
- phonelib (0.10.17)
69
+ phonelib (0.10.22)
70
70
  prettier_print (1.2.0)
71
71
  pry (0.14.2)
72
72
  coderay (~> 1.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.25.1"
4
+ VERSION = "1.25.2"
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.25.1
4
+ version: 1.25.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
@@ -8549,7 +8549,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
8549
8549
  - !ruby/object:Gem::Version
8550
8550
  version: '0'
8551
8551
  requirements: []
8552
- rubygems_version: 4.0.11
8552
+ rubygems_version: 4.0.14
8553
8553
  specification_version: 4
8554
8554
  summary: Internationalization and localization APIs
8555
8555
  test_files: []