normalize_country 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: a590bf92face1a65da9d38cdd40c593461dbadcd
4
- data.tar.gz: b7c87e8933a83e571c18c8908b3b75687c4dbbca
3
+ metadata.gz: aab3791b8de03c06cceb6fe420a593c5a3f722f6
4
+ data.tar.gz: fa1a261b4b4dee17db1846ae832aa65e4dbc4e00
5
5
  SHA512:
6
- metadata.gz: 73cabf754ef8c1bcb4b692906e5ad1d5e946d06a7e59c7e2a425e200747480d131a16e28c080a9c83504500ace2dd74531a74d81938b5829de42258446bb2478
7
- data.tar.gz: 14910b794154f7458fbdba73a4bec92ba2e08692f732d1b9c682ff3ade1d57df8b2f3c8f320359a6d61f80c808677f632e13b31066b73636fc09a71b3f3dd946
6
+ metadata.gz: 0eb8936a086b922f5cce0a3f43d15b26495c183a5b841a69698100ae1bda6d74a108c46d33565e85d72cf8a137a7ce7fa2e48181f5175fd38f8079c952624f18
7
+ data.tar.gz: 46a85d87a130a3f498c348bfa07b6ed8e504faab3ef3c29896e34bcaf9e6c3c561a58d5eeafa182ae0293d20a2aac1f91831f28d045d8c53afaff58e1146e4ff
@@ -1,7 +1,7 @@
1
1
  require "yaml"
2
2
 
3
3
  module NormalizeCountry
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  Countries = {}
6
6
 
7
7
  class << self
@@ -546,6 +546,18 @@ CV:
546
546
  official: Republic of Cape Verde
547
547
  short: Cape Verde
548
548
  emoji: "\U0001F1E8\U0001F1FB"
549
+ CW:
550
+ aliases:
551
+ - Curacao
552
+ alpha2: CW
553
+ alpha3: CUW
554
+ fifa: CUW
555
+ ioc:
556
+ iso_name: "Curaçao"
557
+ numeric: "531"
558
+ official: "Curaçao"
559
+ short:
560
+ emoji: "\U0001F1E8\U0001F1FC"
549
561
  CX:
550
562
  alpha2: CX
551
563
  alpha3: CXR
@@ -4,7 +4,7 @@ require "minitest/autorun"
4
4
  require "normalize_country"
5
5
 
6
6
  describe NormalizeCountry do
7
- COUNTRY_COUNT = 247
7
+ COUNTRY_COUNT = 248
8
8
 
9
9
  it "normalizes to a country's ISO name by default" do
10
10
  NormalizeCountry.convert("USA").must_equal("United States")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: normalize_country
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Skye Shaw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-13 00:00:00.000000000 Z
11
+ date: 2017-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.6.11
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Convert country names and codes to a standard