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 +4 -4
- data/lib/normalize_country.rb +1 -1
- data/lib/normalize_country/countries/en.yml +12 -0
- data/spec/normalize_country_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aab3791b8de03c06cceb6fe420a593c5a3f722f6
|
|
4
|
+
data.tar.gz: fa1a261b4b4dee17db1846ae832aa65e4dbc4e00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eb8936a086b922f5cce0a3f43d15b26495c183a5b841a69698100ae1bda6d74a108c46d33565e85d72cf8a137a7ce7fa2e48181f5175fd38f8079c952624f18
|
|
7
|
+
data.tar.gz: 46a85d87a130a3f498c348bfa07b6ed8e504faab3ef3c29896e34bcaf9e6c3c561a58d5eeafa182ae0293d20a2aac1f91831f28d045d8c53afaff58e1146e4ff
|
data/lib/normalize_country.rb
CHANGED
|
@@ -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
|
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.
|
|
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:
|
|
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.
|
|
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
|