worldwide 1.7.1 → 1.7.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +1 -1
- data/db/data/world.yml +1 -0
- data/lib/worldwide/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cde5061c7884e065f085a16425992d5c74727141828f5cd040f709ecd477949
|
|
4
|
+
data.tar.gz: d429cf09a984877dabdf1604c6708a08d31e75cf7e14f962629994faac882fd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d83c1431d8e467721985d0afc30f9449a9b758b7f612ef03051a550b4b061fc250411be96537d6708655f8ba008f26e32ffe855dbbe946f03e7433cbc2ce41ff
|
|
7
|
+
data.tar.gz: 4cf7a8a014c0dba7bfea7cf8d2503d449e2c16e3a4fec4c24eee0c6150ef0d5d38a366b414efe957f23115d22ca9bd2a0757177ff0d8f1cf24b443bca61d6045
|
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.7.2] - 2024-07-25
|
|
34
|
+
- Associates Kosovo with Southern Europe [#216](https://github.com/Shopify/worldwide/pull/261)
|
|
35
|
+
|
|
33
36
|
## [1.7.1] - 2024-07-25
|
|
34
37
|
- Update iana_to_rails_time_zone mappings for 11 tz's, add time zone data consistency tests[#259](https://github.com/Shopify/worldwide/pull/259)
|
|
35
38
|
- Add consistency test for default and optional field labels [#258](https://github.com/Shopify/worldwide/pull/258)
|
data/Gemfile.lock
CHANGED
data/db/data/world.yml
CHANGED
data/lib/worldwide/version.rb
CHANGED