bin/sb in starting_blocks-0.0.28 vs bin/sb in starting_blocks-0.0.29
- old
+ new
@@ -9,9 +9,13 @@
if ARGV.include? '--blinky'
require 'starting_blocks-blinky'
end
+if ARGV.include? '--growl'
+ require 'starting_blocks-growl'
+end
+
if ARGV.include? '--verbose'
options[:verbose] = true
end
if ARGV.include? '--no-vendor'