README.md in geocoder-1.5.2 vs README.md in geocoder-1.6.0

- old
+ new

@@ -1,31 +1,31 @@ Geocoder ======== -**A complete geocoding solution for Ruby.** +**Complete geocoding solution for Ruby.** [![Gem Version](https://badge.fury.io/rb/geocoder.svg)](http://badge.fury.io/rb/geocoder) [![Code Climate](https://codeclimate.com/github/alexreisner/geocoder/badges/gpa.svg)](https://codeclimate.com/github/alexreisner/geocoder) [![Build Status](https://travis-ci.org/alexreisner/geocoder.svg?branch=master)](https://travis-ci.org/alexreisner/geocoder) [![GitHub Issues](https://img.shields.io/github/issues/alexreisner/geocoder.svg)](https://github.com/alexreisner/geocoder/issues) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) Key features: -* Forward and reverse geocoding, and IP address geocoding. +* Forward and reverse geocoding. +* IP address geocoding. * Connects to more than 40 APIs worldwide. * Performance-enhancing features like caching. -* Advanced configuration allows different parameters and APIs to be used in different conditions. * Integrates with ActiveRecord and Mongoid. * Basic geospatial queries: search within radius (or rectangle, or ring). Compatibility: -* Supports multiple Ruby versions: Ruby 2.x, and JRuby. -* Supports multiple databases: MySQL, PostgreSQL, SQLite, and MongoDB (1.7.0 and higher). -* Supports Rails 3, 4, and 5. If you need to use it with Rails 2 please see the `rails2` branch (no longer maintained, limited feature set). -* Works very well outside of Rails, you just need to install either the `json` (for MRI) or `json_pure` (for JRuby) gem. +* Ruby versions: 2.x, and JRuby. +* Databases: MySQL, PostgreSQL, SQLite, and MongoDB. +* Rails: 4, 5, and 6. +* Works outside of Rails with the `json` (for MRI) or `json_pure` (for JRuby) gem. Table of Contents ----------------- @@ -701,6 +701,6 @@ * Be willing to accept criticism and work on improving your code; Geocoder is used by thousands of developers and care must be taken not to introduce bugs. * Be aware that the pull request review process is not immediate, and is generally proportional to the size of the pull request. * If your pull request is merged, please do not ask for an immediate release of the gem. There are many factors contributing to when releases occur (remember that they affect thousands of apps with Geocoder in their Gemfiles). If necessary, please install from the Github source until the next official release. -Copyright (c) 2009-18 Alex Reisner, released under the MIT license. +Copyright :copyright: 2009-2020 Alex Reisner, released under the MIT license.