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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cf9c00a8f372d227678ff6fdbfe80a6e3ec5561ad83afca0194118514c025bb
4
- data.tar.gz: f90c48758ed58aaef8a16ec0b0508e4993d66e9e3bc8ce9812c874dd0c56bb34
3
+ metadata.gz: 7cde5061c7884e065f085a16425992d5c74727141828f5cd040f709ecd477949
4
+ data.tar.gz: d429cf09a984877dabdf1604c6708a08d31e75cf7e14f962629994faac882fd1
5
5
  SHA512:
6
- metadata.gz: 70d0368f83840d94fd7b58923f950c8e792fa395089d866fca43bba5a2e0707e07d06efdc75e1a0e78eaa4d82b16df2f1647ee8a5cf8afcbd3e4165a3a55e8f9
7
- data.tar.gz: e04a3994985474134cf79abda4f5220feb8efde0b7eb762b9ae55ddecfa74b1b005076322fb862da6b9550bc9758b3828dd03040fe762d7d485e8b0938210b7b
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
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.7.1)
16
+ worldwide (1.7.2)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
data/db/data/world.yml CHANGED
@@ -240,6 +240,7 @@
240
240
  - RS # Serbia
241
241
  - SI # Slovenia
242
242
  - ES # Spain
243
+ - XK # Kosovo
243
244
  '155': # Western Europe
244
245
  - AT # Austria
245
246
  - BE # Belgium
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.7.1"
4
+ VERSION = "1.7.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.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify