Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 628 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 628 Bytes

Eppo SDK for Ruby

This repository has been migrated to https://github.com/Eppo-exp/eppo-multiplatform.

Getting Started

Refer to our SDK documentation for how to install and use the SDK.

Supported Ruby Versions

This version of the SDK is compatible with Ruby 3.0.6 and above.

Note for installation for SDK development

We recommend developing in Docker: run docker run --rm -v "$PWD":/usr/src/app -it $(docker build -q .) sh from the root directory of this project and then the Rakefile commands can be run from the shell, e.g. rake install or rake test.