locations_ng 1.1.0 → 1.1.1

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
- SHA1:
3
- metadata.gz: c5849ce8dc286bc6a085f4216ee7e52c2410819d
4
- data.tar.gz: 3fefc584a4f8126e49b632752183b6dc49999203
2
+ SHA256:
3
+ metadata.gz: e0f6ef8d982bcd1d492e7581ef5c430288f0dddb4c7315ea8e74aa1e4903d4c2
4
+ data.tar.gz: 37a3806fb1fabb9a1110ac68a4d6b62b3c309f6cc7b9002841477dd32b20ef70
5
5
  SHA512:
6
- metadata.gz: b78c626e0976f05e434648644bda35733b50de3da8abd07c871b68caf9a3823f5fdfcb66a2eb45f744d9778615cf2967d35e9318af8fb46dc310b783c224036c
7
- data.tar.gz: bd2138c0f1b653b1e579b3f8f3f37ebdd79e948cc2ebb89382eab38f9b20d27c9843114973fd36c3770ce9e0e7b934c8cd70ea7bffca925a598efda8f0ab259d
6
+ metadata.gz: bbd2abace362b8cd43c63591cfef75635c58fce637b67e87bd9ed3e6760d27ae76dad748229a22f247d1efb4a0d314034e2a5582e331b9c129370ae9b6bc507a
7
+ data.tar.gz: c16215a75822cdba38f8cc92821bf40b7f0c43827e70fb5c4768b3a16021cf05d02676d9933e61e23635217ffc5ce242fdf324fe6a246696bc048e492a745b35
data/lib/locations_ng.rb CHANGED
File without changes
File without changes
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-ibom
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: Fct
4761
+ - state: Federal Capital Territory
4762
4762
  state_alias: fct
4763
4763
  lgas:
4764
4764
  - Abaji
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module LocationsNg
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
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.0
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: 2017-08-15 00:00:00.000000000 Z
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
- rubyforge_project:
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/locations_ng/city_spec.rb
89
- - spec/locations_ng/lga_spec.rb
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/responses/lgas.json
94
- - spec/spec_helper.rb
91
+ - spec/locations_ng/state_spec.rb
92
+ - spec/locations_ng/lga_spec.rb
93
+ - spec/locations_ng/city_spec.rb