bin/setup in active_model-jobs-0.1.1 vs bin/setup in active_model-jobs-0.2.0
- old
+ new
@@ -1,7 +1,7 @@
#!/bin/bash
+
set -euo pipefail
IFS=$'\n\t'
-bundle install
-
-# Do any other automated setup that you need to do here
+bundle check || bundle install
+./bin/rake doc