worldwide 1.14.3 → 1.15.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 +4 -4
- data/CHANGELOG.md +11 -1
- data/Gemfile.lock +1 -1
- data/data/cldr/paths.txt +4582 -0
- data/data/other/paths.txt +1529 -0
- data/data/regions/BV.yml +1 -1
- data/data/regions/FI.yml +1 -1
- data/data/regions/IE.yml +0 -1
- data/data/regions/paths.txt +1980 -0
- data/lib/worldwide/cldr/fallbacks.rb +15 -1
- data/lib/worldwide/config.rb +3 -3
- data/lib/worldwide/paths.rb +6 -0
- data/lib/worldwide/region.rb +17 -3
- data/lib/worldwide/regions_loader.rb +1 -0
- data/lib/worldwide/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d10d81c9b857f86106cd5bd152abbe999ca045435d904a932eb8f3df69a52293
|
|
4
|
+
data.tar.gz: 7a2fa0a560b361db7ab472c6cc5676c9dd68518dc6fe49fe3b1c98f3dea1b98f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e672163556eacb4fcdbbdef8859242fdd26f8575ed6c4d9c0c24fe16938b06d6c8e125fb2c8876f36829efe08ec3f09bbe78e8a3aab0d3ea763708f26c3422e7
|
|
7
|
+
data.tar.gz: 7dda9172548c84533eb716b1c84fb26bf6383d5b31afc69da71efe7128b34a7ac72cfbc2b9231e9ebc415e57e91bf975067f28ae2a48d5186ffd883c8f29c4ad
|
data/CHANGELOG.md
CHANGED
|
@@ -26,10 +26,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
26
26
|
- Security in case of vulnerabilities.
|
|
27
27
|
|
|
28
28
|
## [Unreleased]
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
Nil.
|
|
30
31
|
|
|
31
32
|
---
|
|
32
33
|
|
|
34
|
+
## [1.15.0] - 2024-12-16
|
|
35
|
+
- Add zip requirement and tax inclusive methods to country regions [#320](https://github.com/Shopify/worldwide/pull/320)
|
|
36
|
+
- Set Ireland (IE) zip as a required address field [#321](https://github.com/Shopify/worldwide/pull/321)
|
|
37
|
+
|
|
38
|
+
## [1.14.4] - 2024-12-12
|
|
39
|
+
- Speed up configure_i18n by precomputing paths and indexing descendants [#316](https://github.com/Shopify/worldwide/pull/316)
|
|
40
|
+
- Update BV phone number prefix to 47 (Norway) [#318](https://github.com/Shopify/worldwide/pull/318)
|
|
41
|
+
- Update Finland's (FI) tax rate [#319](https://github.com/Shopify/worldwide/pull/319)
|
|
42
|
+
|
|
33
43
|
## [1.14.3] - 2024-12-02
|
|
34
44
|
- Add street_number.missing_building_number messages [#313](https://github.com/Shopify/worldwide/pull/313)
|
|
35
45
|
|