countries 2.1.1 → 2.1.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4052f43c8686c62b31aa98a0090746553e64dc23
|
4
|
+
data.tar.gz: c849806570bb8b087cea0976491df86e2b7810bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 103a643162820f492f0350c68886d9f96df16ebe97597645be1dbf4e812a7a337402f5d4c67cac6c9f443352694f20ca81e047678ac2bd270df3e290e4bdb5f0
|
7
|
+
data.tar.gz: b3ff14f459bdaf1b8d9399daef330050bb30d1fa0a7e2a9351d1bba97b7f2303e57c6392f19343c15eeba454e40e5144f21f20eaba1ee7cc72d4d3d19d140359
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
4
|
|
5
5
|
|
6
|
+
## 2.1.2
|
7
|
+
- Fix incorrectly named subdivision data files @skyborn8
|
8
|
+
- Updates MX.yaml to reflect Mexico City's official name change @novohispano
|
9
|
+
|
10
|
+
## 2.1.1
|
11
|
+
- Updated cache @rposborne
|
12
|
+
- Add code attribute to Subdivision @kasparsj
|
13
|
+
- Allow override of cache dir @kasparsj
|
14
|
+
|
15
|
+
## 2.1.0
|
16
|
+
- Fix emoji support in old rubies < 2.0 @pezholio
|
17
|
+
- Detect if active_support is loaded before using .html_safe @subfusc
|
18
|
+
- Changed the nationality of Hong Kong from Chinese to Hong Kongnese @neosepulveda
|
19
|
+
- Readme Cleanup @dankimio
|
20
|
+
- Correct typo for Virgin Islands, U.S and add translation for Palestine @jpawlyn
|
21
|
+
- Add new French Regions (january 2016) @clemthenem
|
22
|
+
- Add Russian unofficial name to GB @faucct
|
23
|
+
- Update gem i18n_data @seb-sykio
|
24
|
+
|
6
25
|
## 2.0.8
|
7
26
|
- Add language data to Nepal @gkunwar
|
8
27
|
- Add start of week day @Vsanchezr
|
File without changes
|
@@ -71,6 +71,18 @@ CHP:
|
|
71
71
|
max_latitude: 17.9852877
|
72
72
|
max_longitude: -90.3702138
|
73
73
|
name: Chiapas
|
74
|
+
CMX:
|
75
|
+
unofficial_names: Ciudad de México
|
76
|
+
translations:
|
77
|
+
en: Mexico City
|
78
|
+
geo:
|
79
|
+
latitude: 19.2464696
|
80
|
+
longitude: -99.1013498
|
81
|
+
min_latitude: 19.0482366
|
82
|
+
min_longitude: -99.36492419999999
|
83
|
+
max_latitude: 19.5927571
|
84
|
+
max_longitude: -98.94030269999999
|
85
|
+
name: Ciudad de México
|
74
86
|
COA:
|
75
87
|
unofficial_names: Coahuila
|
76
88
|
translations:
|
@@ -95,18 +107,6 @@ COL:
|
|
95
107
|
max_latitude: 19.2943022
|
96
108
|
max_longitude: -103.6734973
|
97
109
|
name: Colima
|
98
|
-
DIF:
|
99
|
-
unofficial_names: Distrito Federal
|
100
|
-
translations:
|
101
|
-
en: Distrito Federal
|
102
|
-
geo:
|
103
|
-
latitude: 19.2464696
|
104
|
-
longitude: -99.1013498
|
105
|
-
min_latitude: 19.0482366
|
106
|
-
min_longitude: -99.36492419999999
|
107
|
-
max_latitude: 19.5927571
|
108
|
-
max_longitude: -98.94030269999999
|
109
|
-
name: Distrito Federal
|
110
110
|
DUR:
|
111
111
|
unofficial_names: Durango
|
112
112
|
translations:
|
File without changes
|
data/lib/countries/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: countries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Robinson
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-07
|
13
|
+
date: 2017-08-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: i18n_data
|
@@ -563,8 +563,8 @@ files:
|
|
563
563
|
- lib/countries/data/subdivisions/KP.yaml
|
564
564
|
- lib/countries/data/subdivisions/KR.yaml
|
565
565
|
- lib/countries/data/subdivisions/KW.yaml
|
566
|
+
- lib/countries/data/subdivisions/KY.yaml
|
566
567
|
- lib/countries/data/subdivisions/KZ.yaml
|
567
|
-
- lib/countries/data/subdivisions/Ky.yaml
|
568
568
|
- lib/countries/data/subdivisions/LA.yaml
|
569
569
|
- lib/countries/data/subdivisions/LB.yaml
|
570
570
|
- lib/countries/data/subdivisions/LI.yaml
|
@@ -638,6 +638,7 @@ files:
|
|
638
638
|
- lib/countries/data/subdivisions/TF.yaml
|
639
639
|
- lib/countries/data/subdivisions/TG.yaml
|
640
640
|
- lib/countries/data/subdivisions/TH.yaml
|
641
|
+
- lib/countries/data/subdivisions/TJ.yaml
|
641
642
|
- lib/countries/data/subdivisions/TL.yaml
|
642
643
|
- lib/countries/data/subdivisions/TM.yaml
|
643
644
|
- lib/countries/data/subdivisions/TN.yaml
|
@@ -647,7 +648,6 @@ files:
|
|
647
648
|
- lib/countries/data/subdivisions/TV.yaml
|
648
649
|
- lib/countries/data/subdivisions/TW.yaml
|
649
650
|
- lib/countries/data/subdivisions/TZ.yaml
|
650
|
-
- lib/countries/data/subdivisions/Tj.yaml
|
651
651
|
- lib/countries/data/subdivisions/UA.yaml
|
652
652
|
- lib/countries/data/subdivisions/UG.yaml
|
653
653
|
- lib/countries/data/subdivisions/UM.yaml
|