locations_ng 1.1.0 → 1.1.1
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 +5 -5
- data/lib/locations_ng.rb +0 -0
- data/lib/locations_ng/city.rb +0 -0
- data/lib/locations_ng/lga.rb +0 -0
- data/lib/locations_ng/load_file.rb +0 -0
- data/lib/locations_ng/locations/cities.yml +0 -0
- data/lib/locations_ng/locations/lgas.yml +2 -2
- data/lib/locations_ng/locations/states.yml +0 -0
- data/lib/locations_ng/state.rb +0 -0
- data/lib/locations_ng/version.rb +1 -1
- data/spec/locations_ng/city_spec.rb +0 -0
- data/spec/locations_ng/lga_spec.rb +0 -0
- data/spec/locations_ng/state_spec.rb +0 -0
- data/spec/responses/canonical_states.json +0 -0
- data/spec/responses/cities.json +0 -0
- data/spec/responses/lgas.json +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e0f6ef8d982bcd1d492e7581ef5c430288f0dddb4c7315ea8e74aa1e4903d4c2
|
|
4
|
+
data.tar.gz: 37a3806fb1fabb9a1110ac68a4d6b62b3c309f6cc7b9002841477dd32b20ef70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbd2abace362b8cd43c63591cfef75635c58fce637b67e87bd9ed3e6760d27ae76dad748229a22f247d1efb4a0d314034e2a5582e331b9c129370ae9b6bc507a
|
|
7
|
+
data.tar.gz: c16215a75822cdba38f8cc92821bf40b7f0c43827e70fb5c4768b3a16021cf05d02676d9933e61e23635217ffc5ce242fdf324fe6a246696bc048e492a745b35
|
data/lib/locations_ng.rb
CHANGED
|
File without changes
|
data/lib/locations_ng/city.rb
CHANGED
|
File without changes
|
data/lib/locations_ng/lga.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
- NGURORE
|
|
677
677
|
- TOUNGO
|
|
678
678
|
- YOLDE KOHI
|
|
679
|
-
- state: Akwa
|
|
679
|
+
- state: Akwa Ibom
|
|
680
680
|
state_alias: akwa-ibom
|
|
681
681
|
lgas:
|
|
682
682
|
- Abak
|
|
@@ -4758,7 +4758,7 @@
|
|
|
4758
4758
|
- Ukpata
|
|
4759
4759
|
- Umulokpa
|
|
4760
4760
|
- Uvuru
|
|
4761
|
-
- state:
|
|
4761
|
+
- state: Federal Capital Territory
|
|
4762
4762
|
state_alias: fct
|
|
4763
4763
|
lgas:
|
|
4764
4764
|
- Abaji
|
|
File without changes
|
data/lib/locations_ng/state.rb
CHANGED
|
File without changes
|
data/lib/locations_ng/version.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/responses/cities.json
CHANGED
|
File without changes
|
data/spec/responses/lgas.json
CHANGED
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: locations_ng
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fiyin Adebayo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -79,16 +79,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
|
-
|
|
83
|
-
rubygems_version: 2.5.1
|
|
82
|
+
rubygems_version: 3.0.3
|
|
84
83
|
signing_key:
|
|
85
84
|
specification_version: 4
|
|
86
85
|
summary: States, Cities and LGAs in Nigeria.
|
|
87
86
|
test_files:
|
|
88
|
-
- spec/
|
|
89
|
-
- spec/
|
|
90
|
-
- spec/locations_ng/state_spec.rb
|
|
87
|
+
- spec/spec_helper.rb
|
|
88
|
+
- spec/responses/lgas.json
|
|
91
89
|
- spec/responses/canonical_states.json
|
|
92
90
|
- spec/responses/cities.json
|
|
93
|
-
- spec/
|
|
94
|
-
- spec/
|
|
91
|
+
- spec/locations_ng/state_spec.rb
|
|
92
|
+
- spec/locations_ng/lga_spec.rb
|
|
93
|
+
- spec/locations_ng/city_spec.rb
|