The project is in a healthy, maintained state
The rollout provider for the OpenFeature Ruby SDK
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.0
~> 13.0

Runtime

 Project Readme

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