From 3cd359176c274d27df0317e3f1b17abb2abae9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=C3=A7a?= <nicolasfranca9@gmail.com> Date: Fri, 14 Feb 2014 15:23:53 -0200 Subject: [PATCH] Update README.md Add Rubinius and Ruby 2.1 in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b0b249..f3ea5e27 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab