Skip to content

Commit

Permalink
Merge pull request alexreisner#601 from NicolasFrancaX/patch-1
Browse files Browse the repository at this point in the history
Update README.md: supported Ruby versions.
  • Loading branch information
alexreisner committed Feb 14, 2014
2 parents 66a0a11 + 3cd3591 commit b707a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Geocoder is a complete geocoding solution for Ruby. With Rails it adds geocoding
Compatibility
-------------

* Supports multiple Ruby versions: Ruby 1.9.2, 1.9.3, 2.0.0, and JRuby.
* Supports multiple Ruby versions: Ruby 1.9.2, 1.9.3, 2.0.0, 2.1.0, JRuby and Rubinius.
* Supports multiple databases: MySQL, PostgreSQL, SQLite, and MongoDB (1.7.0 and higher).
* Supports Rails 3 and 4. 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.
Expand Down

0 comments on commit b707a1e

Please sign in to comment.