From 06f7060b3b96b17f54b707f1dd3c648673e7a5dd Mon Sep 17 00:00:00 2001
From: TQ Hirsch <thequux@upstandinghackers.com>
Date: Sat, 11 Jan 2014 05:51:25 +0100
Subject: [PATCH] Updated README to reflect the new Ruby bindings. Closes #38

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1e1dee9a..4334e68a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Features
   * C++ (not yet implemented)
   * Java (not currently building; give us a few days)
   * Python
-  * Ruby (not yet implemented)
+  * Ruby
   * Perl
   * [Go](https://github.com/prevoty/hammer)
   * PHP
@@ -39,6 +39,7 @@ Installing
 * python2.7-dev (for Python bindings)
 * a JDK (for Java bindings)
 * a working [phpenv](https://github.com/CHH/phpenv) configuration (for PHP bindings)
+* Ruby >= 1.9.3 and bundler, for the Ruby bindings
 * mono-devel and mono-mcs (>= 3.0.6) (for .NET bindings)
 * nunit (for testing .NET bindings)
 
-- 
GitLab