costa_rica_address_utils 0.4.0 → 0.5.0
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 +8 -1
- data/Gemfile.lock +1 -1
- data/data/costa_rica_dataset.json +2956 -1
- data/data/guatemala_dataset.json +2674 -1
- data/data/locations_dataset.json +2956 -1
- data/lib/costa_rica_address_utils/costa_rica.rb +33 -13
- data/lib/costa_rica_address_utils/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 661047580043bfd115648fe2fcbcbb9bff5fc1fb2cbf2693db4dd857d5cc0e72
|
|
4
|
+
data.tar.gz: 33fd1761a163939173e07e2ae9dd0a9848782ed49e92d9c652c93ccbbc0403dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1f3776f9511351fa049dde22c031fdc361020ab4d9789de9f66af502ebc363c0f34742b11ff30463dadd5f1af024c4b84fcb4e3e865fe4225495c29f064606e
|
|
7
|
+
data.tar.gz: 6c620ebcb5220c43ad6639cdc8f252eb511782a473b743e14bfd8f1bd9a87b8203392d91e20f503671e5f80c75a182ebee7c121448d6906cc634325a4b2259b2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
## [
|
|
1
|
+
## [0.5.0]
|
|
2
|
+
|
|
3
|
+
* Changed datasets form to be uncompressed for more clarity (performance shouldn't be affected)
|
|
4
|
+
* Fixed original Costa Rica dataset `locations_dataset.json` zip codes for some districts on `Desamparados` canton
|
|
5
|
+
* Updated new Costa Rica dataset `costa_rica_dataset.json` to match original dataset, there were multiple typos on the location names.
|
|
6
|
+
* Apply the same fix of zip codes for `Desamparados` canton
|
|
7
|
+
* Added new optional param `new_dataset` on `fetch_address_from_zip` method to use the new Costa Rica dataset and prepare for the eventual migration to the new dataset.
|
|
8
|
+
* Added several tests to cover the whole Costa Rica dataset zip code match with the whole locations data per zip code (improve change control of the datasets)
|
|
2
9
|
|
|
3
10
|
## [0.4.0]
|
|
4
11
|
|