countries 2.0.2 → 2.0.3
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/CHANGELOG.md +7 -0
- data/lib/countries/country.rb +1 -1
- data/lib/countries/data/countries/AG.yaml +2 -1
- data/lib/countries/data/countries/AI.yaml +2 -1
- data/lib/countries/data/countries/AS.yaml +2 -1
- data/lib/countries/data/countries/BB.yaml +2 -1
- data/lib/countries/data/countries/BM.yaml +2 -1
- data/lib/countries/data/countries/BS.yaml +2 -1
- data/lib/countries/data/countries/DM.yaml +2 -1
- data/lib/countries/data/countries/GD.yaml +2 -1
- data/lib/countries/data/countries/GU.yaml +2 -1
- data/lib/countries/data/countries/JM.yaml +2 -1
- data/lib/countries/data/countries/KN.yaml +2 -1
- data/lib/countries/data/countries/KY.yaml +2 -1
- data/lib/countries/data/countries/LC.yaml +2 -1
- data/lib/countries/data/countries/MS.yaml +2 -1
- data/lib/countries/data/countries/SX.yaml +2 -1
- data/lib/countries/data/countries/TC.yaml +2 -1
- data/lib/countries/data/countries/TT.yaml +2 -1
- data/lib/countries/data/countries/VC.yaml +2 -1
- data/lib/countries/data/countries/VG.yaml +2 -1
- data/lib/countries/structure.rb +1 -0
- data/lib/countries/version.rb +1 -1
- data/spec/country_spec.rb +1 -0
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ae9dfd747ec1372084b22986abba6f658ab75e8
|
|
4
|
+
data.tar.gz: 19c4c7671ac6f1fe824beec3d73a6faa0bf9739f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 442e7bd2674059abfadc4229fddb526a315f837110056356c075e3c5e559dbb00fd2ed201c7af55bf327ed19209a13bd484dcfe281833869f717766ffd0caa9d
|
|
7
|
+
data.tar.gz: 61f75eaf5010cac785ce40e588dcf46765e6bd53877313e3d4a0860ab9ceb821daf2f2c6c19fa6483208c4ed6ab34c638e5cb2f505ffe13d99ae9945f2d283c0
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
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
|
+
## 2.0.3
|
|
6
|
+
- Fix comparison with country to nil
|
|
7
|
+
- Add NANP_prefix as separate field
|
|
8
|
+
|
|
9
|
+
## 2.0.2
|
|
10
|
+
- Add nanp_prefix data.
|
|
11
|
+
|
|
5
12
|
## 2.0.1
|
|
6
13
|
- Content updates
|
|
7
14
|
- Fix bounding boxes that were mismatched.
|
data/lib/countries/country.rb
CHANGED
data/lib/countries/structure.rb
CHANGED
data/lib/countries/version.rb
CHANGED
data/spec/country_spec.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.0.
|
|
4
|
+
version: 2.0.3
|
|
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: 2016-
|
|
13
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: i18n_data
|
|
@@ -704,4 +704,3 @@ test_files:
|
|
|
704
704
|
- spec/spec_helper.rb
|
|
705
705
|
- spec/subdivision_spec.rb
|
|
706
706
|
- spec/timezone_spec.rb
|
|
707
|
-
has_rdoc:
|