Skip to content

Instantly share code, notes, and snippets.

@mkuendig
mkuendig / Gemfile
Last active December 31, 2016 02:36 — forked from chezou/Gemfile
Example code of ruby with Amazon Polly
source 'https://rubygems.org'
gem 'nokogiri', '~>1.6'
gem 'aws-sdk', '~> 2'
gem 'open-uri'
gem 'ruby-progressbar'
gem "mp3info"
gem 'streamio-ffmpeg'