Merge 6a4d3f8d88 into 64f2d1b7dc
This commit is contained in:
commit
c790d00c5f
|
|
@ -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
|
||||
|
|
@ -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'
|
||||
Loading…
Reference in New Issue