upload recordings to youtube

This commit is contained in:
Josh
2017-05-23 14:43:53 -04:00
parent 24c8952e59
commit 7d96eadbbf
15 changed files with 213 additions and 4 deletions

View File

@ -82,3 +82,9 @@ gem 'slack-notifier'
# For landing background image uploading.
gem 'paperclip', '~> 4.2'
# For uploading recordings to Youtube.
gem 'yt', '~> 0.28.0'
# Simple HTTP client.
gem 'faraday'