From 610f4d87aac48b878965abc99daec06ad2665bf1 Mon Sep 17 00:00:00 2001 From: wadii Date: Wed, 26 Nov 2025 13:43:28 +0100 Subject: [PATCH 1/2] feat: added-flagsmith-ruby-provider Signed-off-by: wadii --- src/datasets/providers/flagsmith.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/datasets/providers/flagsmith.ts b/src/datasets/providers/flagsmith.ts index e7621446d..efe918bcf 100644 --- a/src/datasets/providers/flagsmith.ts +++ b/src/datasets/providers/flagsmith.ts @@ -41,5 +41,11 @@ export const Flagsmith: Provider = { href: 'https://github.com/Flagsmith/flagsmith-openfeature-provider-python', category: ['Server'], }, + { + technology: 'Ruby', + vendorOfficial: true, + href: 'TBD', + category: ['Server'], + }, ], }; From 292db0e25f2c0332030f92c4dd09639bb1bbf1e3 Mon Sep 17 00:00:00 2001 From: wadii Date: Thu, 27 Nov 2025 18:56:49 +0100 Subject: [PATCH 2/2] feat: added-link-to-openfeature-provider Signed-off-by: wadii --- src/datasets/providers/flagsmith.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datasets/providers/flagsmith.ts b/src/datasets/providers/flagsmith.ts index efe918bcf..4eb721031 100644 --- a/src/datasets/providers/flagsmith.ts +++ b/src/datasets/providers/flagsmith.ts @@ -44,7 +44,7 @@ export const Flagsmith: Provider = { { technology: 'Ruby', vendorOfficial: true, - href: 'TBD', + href: 'https://github.com/open-feature/ruby-sdk-contrib/tree/main/providers/openfeature-flagsmith-provider', category: ['Server'], }, ],