Changelog for
ruby3.3-rubygem-geokit-1.14.0-1.17.x86_64.rpm :
* Fri Nov 03 2023 Dan Čermák
- ## 1.14.0
* Introduced NoSuchGeocoderError. If you try call a geocoder like :bogus that doesn\'t exist, an error will be returned.
* Upgraded to coveralls_reborn
* Replaced deprecated URI.escape with CGI.escape
* Fixed old mocha incompatability, now calls mocha/test_unit and not mocha/setup
* Bumped minimum Ruby version
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.13.1 see installed CHANGELOG.md [#]# 1.13.1
*
*Existing Geocoder Changes
*
*
* OSM - Fix deprecation by using HTTPS
* Thu Jun 14 2018 factory-autoAATTkulow.org- updated to version 1.13.0 see installed CHANGELOG.md [#]# 1.13.0
*
*Existing Geocoder Changes
*
*
* Ipstack: Fix success where city can be nil
* FCC: Update to new API
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 1.12.0 see installed CHANGELOG.md [#]# 1.12.0
*
*Existing Geocoder Changes
*
*
* FreegeoIp: Deprecated
*
*Other Changes
*
*
* Added Ipstack which replaces Freegeoip
* Mon Mar 27 2017 cooloAATTsuse.com- updated to version 1.11.0 see installed CHANGELOG.md [#]# 1.11.0
*
*Existing Geocoder Changes
*
*
* Google - Add components option
* Google - Add zip code handling
* Google - optional reverse parameters
* Bing - Provice is actually district (county)
* Mapbox - Handle state only values
* Yandex - Fetch district
* Fix multi geocoder
* Various province improvements
*
*Other Changes
*
*
* Alias province to city
* Use Timeout::Error instead of TimeoutError
* Mon Aug 24 2015 cooloAATTsuse.com- updated to version 1.10.0 see installed CHANGELOG.md [#]# 1.10.0
*
*Existing Geocoder Changes
*
*
* Google: place_id/formatted_address support
* Google: Improve error handling
* Google: Consistent precision names
* Google: Improve ordering
* Mapbox: city-only support
* Mapbox: Make MultiGeocoder compatible
* CaGeocoder: Fix url and xml
* Yandex: Use https
*
*Other Changes
*
*
* Added Geobytes geocoder
* Replace MultiJSON with JSON
* Fix Get with URI (not URL)
* Fix missing openssl requirement
* Error when units invalid/unsupported
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 1.9.0
* Drop Ruby 1.8 support
* Make meter centric
* Add meters as a unit
* Use state_name/state_code instead of state [#]# 1.8.5
* HTTPS on Google, Bing, Yahoo and MapQuest
* Added Geocod.io Geocoder
* Can use Google Key on free geocoder
* Fix bug in RIPE geocoder where no locations returned
* provider_order option for MultiGeocoder
* dms return methods (degree, minute, second)
* Mon Jan 20 2014 cooloAATTsuse.com- updated to version 1.8.4
* Fix math error in ruby 1.8
* Extract HTTP processing to allow different HTTP clients for caching, etc.
* Sun Jan 05 2014 cooloAATTsuse.com- updated to version 1.8.3
* Fix MultiGeocoder with geocoders that only have one argument
* Fix due to name clash with dependency definitions in geokit 1.8.1
* Standaride GeoLoc provider string
* Change way keys/dependencies defined
* Added Bing Geocoder
* Added freegeoip.net Geocoder
* Added MapQuest Geocoder
* Remove Google (v2) Geocoder and rename Google3 (v3) to Google
* Added tests for various gateways
* Greatly standarize, simplify and improve code
* Reorganise files
* MaxMind bug fixes
* Fri Nov 29 2013 cooloAATTsuse.com- updated to version 1.7.1
* Remove geoip require from MaxMind to avoid new dependency issues