worldwide 1.22.0 → 1.23.0

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: 7f655a876f78e6db88699ae6eb45205866fa7c4825272edf107588d3689e0965
4
- data.tar.gz: c2e966306282ddfefb200edfcab1f4d56914a693577198b62833e13378489f6b
3
+ metadata.gz: 29d3c69ddd962fa33995277a84c9f2fc636f4f9406e4993ba5ea4d31b5470c8a
4
+ data.tar.gz: 81d6a3da6ab0733cd400a4646b1374425d4b0c07ff93de779c26cd3906509fa1
5
5
  SHA512:
6
- metadata.gz: 6eb8b039bacac6b45a71949921c6191a1e6e2ec028b1eb972878cdf10a1b37a3230e5ddf70f8cf40b3c19f6ede3db9fbd0c15a41df4a29b776b35ff7836506a7
7
- data.tar.gz: 866a36184bb27e7c8bc7699d7fc2a6ed74dfccc98133f7748ef244a58917b7cb66db5f9ffc5cbda0dc14946b2682bf5cee70974ec0a015a59b2b99922e67ed89
6
+ metadata.gz: 4cb29d9bd01a6844e1f57146be05417193623cdcc41003104f5cb582e4d8d77bf70ccdccb6ea54e9af2f6c426c521ece12d3d661bdd13c6af03890ce5c39b0f8
7
+ data.tar.gz: faccaa2608e3f55d4be23c63342987897684422c8b16704aad94f9f6ef51fe356bef1a3fc2857090871c022a8fb4e045a5ac6d275aced3fedc42ec8f614c7cf2
data/CHANGELOG.md CHANGED
@@ -27,6 +27,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
27
 
28
28
  ## [Unreleased]
29
29
 
30
+ ---
31
+ ## [1.23.0] - 2026-03-12
32
+ - Mark 17 countries as tax-inclusive: AR, CL, CO, EG, ID, IL, KZ, MX, PE, PH, QA, SA, KR, TW, TH, AE, VN [#438](https://github.com/Shopify/worldwide/pull/438)
33
+
30
34
  ---
31
35
  ## [1.22.0] - 2026-03-09
32
36
  - Add CLDR unit formatting support for 12 new measurement categories: area, duration, electric, energy, frequency, light, power, pressure, speed, temperature, digital, and graphics (~50 new unit keys with locale-aware formatting) [#436](https://github.com/Shopify/worldwide/pull/436)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.22.0)
16
+ worldwide (1.23.0)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
data/data/regions/AE.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.05
5
5
  currency: AED
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  phone_number_prefix: 971
data/data/regions/AR.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.21
5
5
  currency: ARS
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: South American Countries
9
10
  group_name: South America
10
11
  zip_example: C1070AAM
data/data/regions/CL.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.19
5
5
  currency: CLP
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: South American Countries
9
10
  group_name: South America
10
11
  zip_example: '8340457'
data/data/regions/CO.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.19
5
5
  currency: COP
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: South American Countries
9
10
  group_name: South America
10
11
  zip_example: '111221'
data/data/regions/EG.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.14
5
5
  currency: EGP
6
6
  unit_system: metric
7
7
  tax_name: GST
8
+ tax_inclusive: true
8
9
  group: African Countries
9
10
  group_name: Africa
10
11
  zip_example: '12411'
data/data/regions/ID.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.12
5
5
  currency: IDR
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  zip_regex: "^[1-9]\\d{4}$"
data/data/regions/IL.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.18
5
5
  currency: ILS
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  zip_regex: "^\\d{7}$"
data/data/regions/KR.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.1
5
5
  currency: KRW
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  zip_regex: "^(\\d{5}|\\d{3}-\\d{3})$"
data/data/regions/KZ.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.12
5
5
  currency: KZT
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  zip_example: '040900'
data/data/regions/MX.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.16
5
5
  currency: MXN
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: North American Countries
9
10
  group_name: North America
10
11
  zip_regex: "^\\d{5}$"
data/data/regions/PE.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.18
5
5
  currency: PEN
6
6
  unit_system: metric
7
7
  tax_name: IGV
8
+ tax_inclusive: true
8
9
  group: South American Countries
9
10
  group_name: South America
10
11
  zip_example: LIMA 23
data/data/regions/PH.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.12
5
5
  currency: PHP
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  zone_key: province
9
10
  group: Asian Countries
10
11
  group_name: Asia
data/data/regions/QA.yml CHANGED
@@ -4,6 +4,7 @@ code: QA
4
4
  tax: 0.0
5
5
  currency: QAR
6
6
  unit_system: metric
7
+ tax_inclusive: true
7
8
  group: Asian Countries
8
9
  group_name: Asia
9
10
  phone_number_prefix: 974
data/data/regions/SA.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.15
5
5
  currency: SAR
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  zip_regex: "^\\d{5}(-\\d{4})?$"
9
10
  zip_requirement: optional
10
11
  group: Asian Countries
data/data/regions/TH.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.07
5
5
  currency: THB
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  zip_regex: "^[1-9]\\d{4}(-?\\d{4})?$"
data/data/regions/TW.yml CHANGED
@@ -8,6 +8,7 @@ tax: 0.05
8
8
  currency: TWD
9
9
  unit_system: metric
10
10
  tax_name: VAT
11
+ tax_inclusive: true
11
12
  group: Asian Countries
12
13
  group_name: Asia
13
14
  zip_example: '104'
data/data/regions/VN.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.1
5
5
  currency: VND
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: Asian Countries
9
10
  group_name: Asia
10
11
  zip_example: '119415'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.22.0"
4
+ VERSION = "1.23.0"
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.22.0
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify