OpenFeature rollout Provider for Ruby
This is the Ruby provider implementation of rollout
Installation
Add this line to your application's Gemfile:
gem 'openfeature-rollout-provider'
And then execute:
bundle install
Or install it yourself as:
gem install openfeature-rollout-provider
Example
OpenFeature::SDK.configure do |config|
config.set_provider OpenFeature::Rollout::Provider.build_client(::Rollout.new(Redis.new))
end