From ea95fa3c2ccc3e104932ce60916d39db3e3c6e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 27 Jun 2018 11:35:47 +0200 Subject: [PATCH] Added Ruby to the list of clients. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 531e7b1176..e58503df9f 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,12 @@ Common activation strategies includes: Read more about activation strategies in [docs/activation-strategies.md](./docs/activation-strategies.md) ## Client implementations -We have offical SDK's for Java, Node.js and Go. And we will be happy to add implementations in other langugages written by you! These libraries makes it very easy to use Unleash in you application. +We have offical SDK's for Java, Node.js, Go and Ruby. And we will be happy to add implementations in other langugages written by you! These libraries makes it very easy to use Unleash in you application. - [unleash/unleash-client-java](https://github.com/unleash/unleash-client-java) - [unleash/unleash-client-node](https://github.com/unleash/unleash-client-node) - [unleash/unleash-client-go](https://github.com/unleash/unleash-client-go) +- [unleash/unleash-client-ruby](https://github.com/unleash/unleash-ruby-go) Clients written by awesome enthusiasts: - [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core)