Updated README to reflect the new Ruby bindings. Closes #38

This commit is contained in:
TQ Hirsch 2014-01-11 05:51:25 +01:00
parent 982665aafa
commit 06f7060b3b

View file

@ -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)