From 3b5f7566e7621bfecd26b7a72ee0924759ead361 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 17 Mar 2014 10:50:37 -0400 Subject: [PATCH] Add summer 2014 semester code --- .gitignore | 3 ++- check.rb | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6151ad4..8fc375e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -conf/*.yml \ No newline at end of file +conf/*.yml +.rbenv diff --git a/check.rb b/check.rb index f0399bb..c3ab1f0 100755 --- a/check.rb +++ b/check.rb @@ -11,7 +11,8 @@ settings = YAML.load_file('conf/settings.yml') semesters = { 'US13' => 'US131132summer 2013', 'FS13' => 'FS131134fall 2013', - 'SS13' => 'SS141136spring 2014' + 'SS14' => 'SS141136spring 2014', + 'US14' => 'US141142summer 2014', } semester = ARGV.shift @@ -50,7 +51,7 @@ courses.each do |course| end if open.length > 0 - @client = Twilio::REST::Client.new settings['twilio']['sid'], + @client = Twilio::REST::Client.new settings['twilio']['sid'], settings['twilio']['token'] @call = @client.account.calls.create(