Add summer 2014 semester code
This commit is contained in:
parent
1f8d563b35
commit
3b5f7566e7
2 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
conf/*.yml
|
||||
.rbenv
|
||||
|
|
3
check.rb
3
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
|
||||
|
|
Loading…
Reference in a new issue