geocoder 1.6.4 → 1.7.0

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: 0e4c449a8a83ae4e05f107ca65e5b0c17330c775ee47e0015705cb5a557b37af
4
- data.tar.gz: 588192a50b794f6e953f46491b36680e0bd8629a05b236a049669a377ff12fde
3
+ metadata.gz: 86304e3364377f7c93cc2a91dba1235316b63469ee1c09261b0763db052bcded
4
+ data.tar.gz: ab4d2167f60e9149bb052e98bf11df40f7b68a0f75873d7c95e638e7c84acda2
5
5
  SHA512:
6
- metadata.gz: 2afedac2b198f7cea780fe496178d1188dc4b79f4d845322dbb865da6e23681d145708d366db3c93aa88aa5a1736f3dc2a0ec04a022054d12ccb853d7ba03443
7
- data.tar.gz: 5926d851a342d3fad0cb993affba56d689d58d8c5584966b290e2e0da60d7bc597ed60bc23194e1c0fb6644310f0121a5ac157ccf0743182b15dffe733141656
6
+ metadata.gz: 3d8a017acef8c3c15e48c641311b38363f28d7900047fc5bf371d669dcd083401736b30de9ccc859290234a1d44308694de338bddca4cd2706df35fe2c060dbe
7
+ data.tar.gz: 372826b2a2ac13ed235eb7a78c9fdb4b214d54e28672a9ff24ae88f16ef9f4d07c867d6d09f0e90cd6e7e0e9adea975a9932356a2238a9a0eb15f987ee5d4c69
data/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@ 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.7.0 (2021 Oct 11)
7
+ -------------------
8
+ * Add support for Geoapify and Photo lookups (thanks github.com/ahukkanen).
9
+ * Add support for IPQualityScore IP lookup (thanks github.com/jamesbebbington).
10
+ * Add support for Amazon Location Service lookup (thanks github.com/mplewis).
11
+ * Add support for Melissa lookup (thanks github.com/ALacker).
12
+ * Drop official support for Ruby 2.0.x and Rails 4.x.
13
+
14
+ 1.6.7 (2021 Apr 17)
15
+ -------------------
16
+ * Add support for Abstract API lookup (thanks github.com/randoum).
17
+
18
+ 1.6.6 (2021 Mar 4)
19
+ -------------------
20
+ * Rescue from exception on cache read/write error. Issue warning instead.
21
+
22
+ 1.6.5 (2021 Feb 10)
23
+ -------------------
24
+ * Fix backward coordinates bug in NationaalregisterNl lookup (thanks github.com/Marthyn).
25
+ * Allow removal of single stubs in test mode (thanks github.com/jmmastey).
26
+ * Improve results for :ban_data_gouv_fr lookup (thanks github.com/Intrepidd).
27
+
6
28
  1.6.4 (2020 Oct 6)
7
29
  -------------------
8
30
  * Various updates in response to geocoding API changes.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2020 Alex Reisner
1
+ Copyright (c) 2009-2021 Alex Reisner
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the