worldwide 1.26.0 → 1.26.1

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: 60cb3f293340533a39f8316ec7dbc1fe4dfb35483f2603cf348240db5c34ae8c
4
- data.tar.gz: 74fc4ebce8fc936e6f0c80c5fab79a6c7d8534c5a4aae289a0784b2a9f9ebee1
3
+ metadata.gz: df3a0f544b2ee851b6dfe1b7cb382556593c109fb34efff232e2bc905a30d8c5
4
+ data.tar.gz: 323e3d4e8c7dc448cd1227e109639f15e45b112e9cb81fec09c247ca07bfaa7f
5
5
  SHA512:
6
- metadata.gz: 3e347d426de7e52e23504e3632a8fb4ad3e3473994138f2506859696e78b04e6ceaf2bbbab9074d34c2cbcc0828427227d2ff9eea630b97aafa2ddd5379a66be
7
- data.tar.gz: 7107f99efa3ca3a9532585f69cfee927b619988bedb31f470bf46fc6b05b6ec28ba7a9f1ac2aa8fc1246922b29c83d7ba9a3ca8168c396fbd371d9cd954a814b
6
+ metadata.gz: c99a6928153abc36b1a1cc4bf2a9cdc303a447aefafaa45a2f1e3bb38ca9c69f249f593502d5143b0021bec6c453a2d20dc0911f1c2465c040dceffb1a791578
7
+ data.tar.gz: 6540815a37d22083bc2bca344f99e65b2e3206f74de147697ca6501bef2b77e8b742c829fa5a72151f51a8f130d63271b728cbc4ef4637642891192d026c4afd
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.26.1] - 2026-07-29
33
+ - Add IE Eircode routing key `H16` (Cootehill) to `zips_crossing_provinces` so it is valid for both Cavan and Monaghan. [#562](https://github.com/Shopify/worldwide/pull/562)
34
+
32
35
  ## [1.26.0] - 2026-07-22
33
36
  - Add `Worldwide::BusinessNames.abbreviated` for script-aware abbreviation of a single business name string. [#538](https://github.com/Shopify/worldwide/pull/538) [#553](https://github.com/Shopify/worldwide/pull/553)
34
37
  - Add `Worldwide::Names.abbreviated` to abbreviate personal names by script. [#539](https://github.com/Shopify/worldwide/pull/539)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.26.0)
16
+ worldwide (1.26.1)
17
17
  activesupport (>= 7.0)
18
18
  i18n (>= 1.15)
19
19
  phonelib (~> 0.8)
data/data/regions/IE.yml CHANGED
@@ -622,6 +622,9 @@ zips_crossing_provinces:
622
622
  H12:
623
623
  - CN
624
624
  - LM
625
+ H16:
626
+ - CN
627
+ - MN
625
628
  H53:
626
629
  - G
627
630
  - RN
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.26.0"
4
+ VERSION = "1.26.1"
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.26.0
4
+ version: 1.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify