first commit

This commit is contained in:
Nick Elser
2015-04-12 13:40:53 -07:00
commit 06d296c8d9
19 changed files with 955 additions and 0 deletions

5
bin/setup Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bundle install