geocoder 1.6.7 → 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: 17d8f44da8b584b65c5546df089f0c16e6d20045676d4a1fe3fef38cdf3c3c59
4
- data.tar.gz: c527329b8d1f28a326092e3b3f6d2c9c143dacc2da2397fab5b4109ae7387f09
3
+ metadata.gz: 7dd61064f277184f4cd323f881e949513dbd29707f9b5975e1da0ef6717536a1
4
+ data.tar.gz: efc08471c7d346d9355e3cd19483aa8a46acd83216678023da6b3b9535844d9a
5
5
  SHA512:
6
- metadata.gz: 918ed290277a1aa7e57a102ad06b0cf733e1908e9f31ead6cd59c5d08e5cc5b7d2f581a9958961781e013b535763c92701ad02f2bd8268374e339a36fd75eb25
7
- data.tar.gz: 14416b59a9f34890d9a466aad87a883651f13f58a1f0a972c7d48370daed0f70923b9534b13e489673dbbc19543c82fb9017dd274529ce3a587bebe1f230649d
6
+ metadata.gz: 8a9517555ad1f9ba13f401ffda9dc2b2b011af207520c062c048f78d0dbdbc44bf1a8a5293237a41a640f45ba065ead82e666c738b828a78756d1e9dd93a9a0c
7
+ data.tar.gz: ee14868f649772f74293aa27f84f6355bafdfe7e71429bf5624ac32998d189e01acb09d3931fe36c43c9e7c5c8df494d71364fa0ec6c8f51d19f87780b394684
data/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@ 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.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
+
6
22
  1.6.7 (2021 Apr 17)
7
23
  -------------------
8
24
  * Add support for Abstract API lookup (thanks github.com/randoum).