Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1009 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1009 Bytes

Valued Ruby SDK

This repository contains two separate gems:

In addition, there is a simple Sinatra application in dummy-api that can be used as an endpoint to point client libraries to.

Development

Task Command
Installing dependencies bundle install
Running test rake test
Generating API documentation rake docs

You can also run both tasks combined with rake. These will generate a docs and a coverage directory.

Using Gems straight from GitHub

If you want to use more than one of the gems in this repository directly from the main branch, you can do so by adding the following to your Gemfile:

source "https://rubygems.org"

github "valued-app/valued.rb" do
  gem "valued-client"
  # gem "valued-rails"
end