geocoder 1.6.6 → 1.7.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
  SHA256:
3
- metadata.gz: 23cb694f657cd4b5921d4480c97abd7271ae157ead4e09bb1d614bf90976d567
4
- data.tar.gz: ba36330f7d2fe99a6c5b2f445f1185b421ac932a633ffab2b896d926b3a74ce2
3
+ metadata.gz: 7dd61064f277184f4cd323f881e949513dbd29707f9b5975e1da0ef6717536a1
4
+ data.tar.gz: efc08471c7d346d9355e3cd19483aa8a46acd83216678023da6b3b9535844d9a
5
5
  SHA512:
6
- metadata.gz: 87d72900f31678781bf09cb6706487b4e0528defe0a98601b2a718fa9c31c89c9876780f933d8e4364bd1459285cb0e9a71cc7a6c76d17cfce2959644d974ee1
7
- data.tar.gz: '083c991cf76381add5b4b8aa3312fa1bd5836990370506351d47d17d3e857f2a0d855df901702c9fabc27589491b458a4fbcb378731a3ea3d079c2f4d7d274d7'
6
+ metadata.gz: 8a9517555ad1f9ba13f401ffda9dc2b2b011af207520c062c048f78d0dbdbc44bf1a8a5293237a41a640f45ba065ead82e666c738b828a78756d1e9dd93a9a0c
7
+ data.tar.gz: ee14868f649772f74293aa27f84f6355bafdfe7e71429bf5624ac32998d189e01acb09d3931fe36c43c9e7c5c8df494d71364fa0ec6c8f51d19f87780b394684
data/CHANGELOG.md CHANGED
@@ -3,11 +3,31 @@ Changelog
3
3
 
4
4
  Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
5
5
 
6
- 1.6.6 (2020 Mar 4)
6
+ 1.7.2 (2022 Jan 2)
7
+ -------------------
8
+ * Fix uninitialized constant error (occurring on some systems with v1.7.1).
9
+
10
+ 1.7.1 (2022 Jan 1)
11
+ -------------------
12
+ * Various bugfixes and refactorings.
13
+
14
+ 1.7.0 (2021 Oct 11)
15
+ -------------------
16
+ * Add support for Geoapify and Photo lookups (thanks github.com/ahukkanen).
17
+ * Add support for IPQualityScore IP lookup (thanks github.com/jamesbebbington).
18
+ * Add support for Amazon Location Service lookup (thanks github.com/mplewis).
19
+ * Add support for Melissa lookup (thanks github.com/ALacker).
20
+ * Drop official support for Ruby 2.0.x and Rails 4.x.
21
+
22
+ 1.6.7 (2021 Apr 17)
23
+ -------------------
24
+ * Add support for Abstract API lookup (thanks github.com/randoum).
25
+
26
+ 1.6.6 (2021 Mar 4)
7
27
  -------------------
8
28
  * Rescue from exception on cache read/write error. Issue warning instead.
9
29
 
10
- 1.6.5 (2020 Feb 10)
30
+ 1.6.5 (2021 Feb 10)
11
31
  -------------------
12
32
  * Fix backward coordinates bug in NationaalregisterNl lookup (thanks github.com/Marthyn).
13
33
  * Allow removal of single stubs in test mode (thanks github.com/jmmastey).