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

Development

~> 13.0, >= 13.0.6
~> 3.12, >= 3.12.0
~> 0.82.0
~> 3.18, >= 3.18.1

Runtime

~> 1.1, >= 1.1.9
~> 2.7, >= 2.7.1
~> 2.0, >= 2.0.0
 Project Readme

Eppo SDK for Ruby

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.