ruby files put into one folder, also added a Gemfile

😜
This commit is contained in:
bitsapien 2015-11-29 01:54:44 +05:30
parent 46dcd9e347
commit 6a4d3f8d88
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'