Installing the SDK

Ruby SDK Installation

To integrate the Wingify Feature Experimentation SDK into your Ruby project, you must first install the SDK through a package manager for Ruby. Wingify FE Ruby SDK can be installed using rubygems.

Requirements

📘

Ruby Version

2.6 onwards

Installation

Run the following command in your project directory:

gem install wingify-fme-ruby-sdk

This command will download and install the Wingify FE SDK and its dependencies in your project.
Import the SDK

Now, you're ready to initialize and use the SDK in your Ruby application.

Source Code

The FE SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024-2026.


Did this page help you?