From cc8cf4c5fdbcc0cbf35a90594fd1a1bd965b898e Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Mon, 16 Oct 2023 22:25:52 -0400 Subject: [PATCH] Add Ruby bindings link to readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a63d5f2..ed90f05 100644 --- a/README.md +++ b/README.md @@ -176,12 +176,14 @@ See [`c/README.md`](c/README.md). We post links to third-party bindings and implementations on the [@BLAKE3team Twitter account](https://twitter.com/BLAKE3team) whenever -we hear about them. Some highlights include [an optimized Go -implementation](https://github.com/zeebo/blake3), [Wasm bindings for -Node.js and browsers](https://github.com/connor4312/blake3), [binary -wheels for Python](https://github.com/oconnor663/blake3-py), [.NET -bindings](https://github.com/xoofx/Blake3.NET), and [JNI -bindings](https://github.com/sken77/BLAKE3jni). +we hear about them. Some highlights include: + +- [An optimized Go implementation](https://github.com/zeebo/blake3) +- [Wasm bindings for Node.js and browsers](https://github.com/connor4312/blake3) +- [Binary wheels for Python](https://github.com/oconnor663/blake3-py) +- [.NET bindings](https://github.com/xoofx/Blake3.NET) +- [JNI bindings](https://github.com/sken77/BLAKE3jni) +- [Ruby bindings](https://github.com/Shopify/blake3-rb) ## Contributing