From b63ae1f19064536743c84dee99e8a61d750dbda5 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 9 Aug 2019 12:10:09 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f01b0ee8..23e57de66 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a - [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core (bindings and full port) - [simdjson_nodejs](https://github.com/luizperes/simdjson_nodejs): Node.js bindings for the simdjson project. - [simdjson_php](https://github.com/crazyxman/simdjson_php): PHP bindings for the simdjson project. +- [simdjson_ruby](https://github.com/saka1/simdjson_ruby): Ruby bindings for the simdjson project. ## Various References