VoiceArchive Client Gem 
VoiceArchive API client gem, for use i Ruby projects. The projects implements some of the exposed API endpoint, from Arnsbo Media Engine.
Requirements
- Ruby 1.9.3
Installation
$ scripts/setup
Usage
scripts/server will start an irb console, to play around with the Gem:
$ scripts/server
To use in an applicaiton, add this line to the Gemfile:
gem 'voicearchive_client', git: 'https://github.com/ArnsboMedia/voicearchive_client.git'
.. and then run $ bundle :rocket:
Test
$ scripts/test