worldwide 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 378551ef286d7b7f398ee9ca149e417ac0f85efbba591a97fa8373de299258fd
4
- data.tar.gz: 2a26ebd6f73862b5cc01bdae65ed710dbb7af5666a65f11d224bb529acb32d15
3
+ metadata.gz: e612eada41704a41e5aa1b7dfce0cb4d94d81c9a8022c6392e45e57ee3f4aa62
4
+ data.tar.gz: 7ff48a7f2d370b615d07c8410f62bb1464ea64be2cbd8da7e7a17a443846f1bb
5
5
  SHA512:
6
- metadata.gz: 6487ee321f130d34da0da8f58bf0bcc38815eecbec6f502358204a859b22c31afc6e9bfe3d8ee002b4e57e3b50040aca9fda443fc05889d62165755c706b449f
7
- data.tar.gz: 1caf34f3c88a07fb3aa532f8192caf1a448af2795b710369645c1841cad6de722fe525833fff4b25a0c992fdb853e6fadf2ffc4244ee4aec0ee6073953147744
6
+ metadata.gz: 72e2d6a9985fe09d8ed9fa5179e1525e56cd24c2603e8f4317f0ce6fe15a0cc1692738042defdc8be28fa3667e54b65b8a0e58995660e025fcfeefe4850f3bfb
7
+ data.tar.gz: e4696a9bec42809f27a803a1d39a8413eec5656666133602644faeb292fb9a0fcebf1fc64c6fd9cf8f9bd84d9b2073f34120cfcc98d6c3631b71f13d6a60fef9
data/CHANGELOG.md CHANGED
@@ -27,10 +27,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
27
 
28
28
  ## [Unreleased]
29
29
 
30
- - nil.
30
+ - nil
31
31
 
32
32
  ---
33
33
 
34
+ [0.6.3] - 2023-12-11
35
+
36
+ - Change HM, TF and GS `group_name` to respective continents based on M49. [#60](https://github.com/Shopify/worldwide/pull/60)
37
+
34
38
  [0.6.2] - 2023-12-11
35
39
 
36
40
  - Zone lookup by Hash [#61](https://github.com/Shopify/worldwide/pull/61)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (0.6.2)
16
+ worldwide (0.6.3)
17
17
  activesupport (~> 7.0)
18
18
  i18n (~> 1.12.0)
19
19
  phonelib (~> 0.8)
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  tax: 0.0
3
3
  name: South Georgia And The South Sandwich Islands
4
- group: Other Countries
5
- group_name: Other
4
+ group: South American Countries
5
+ group_name: South America
6
6
  code: GS
7
7
  unit_system: metric
8
8
  currency: GBP
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  tax: 0.0
3
3
  name: Heard Island And Mcdonald Islands
4
- group: Other Countries
5
- group_name: Other
4
+ group: Oceanian Countries
5
+ group_name: Oceania
6
6
  code: HM
7
7
  inhabited: false
8
8
  unit_system: metric
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  tax: 0.0
3
3
  name: French Southern Territories
4
- group: Other Countries
5
- group_name: Other
4
+ group: African Countries
5
+ group_name: Africa
6
6
  code: TF
7
7
  code_alternates:
8
8
  - FR-TF
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "0.6.2"
4
+ VERSION = "0.6.3"
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: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify