Shotstack Ruby SDK
Ruby SDK for Shotstack, the cloud video editing API.
Build Instructions
First make sure the version in shotstack/version.rb
is correct.
Then, to build as a gem:
rm shotstack-*.gem
gem build shotstack
gem push shotstack-*.*.*.gem # use the correct version number
For local development install the gem:
sudo gem install shotstack