This commit is contained in:
C Rahul 2017-05-14 15:52:53 +00:00 committed by GitHub
commit c790d00c5f
6 changed files with 17 additions and 0 deletions

7
ruby/.env.example Normal file
View File

@ -0,0 +1,7 @@
# Set these environment variables or edit and copy this file into `.env`
# See: https://github.com/bkeepers/dotenv
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_AUTH_TOKEN=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
GMAIL_USERNAME=admin@example.org
GMAIL_PASSWORD=password

10
ruby/Gemfile Normal file
View File

@ -0,0 +1,10 @@
source 'https://rubygems.org'
# required for all scripts
gem 'dotenv'
# for kumar_asshole
gem 'gmail'
# for smack_my_bitch_up and hangover
gem 'twilio-ruby'