bin/standup in standup-0.6.2 vs bin/standup in standup-0.6.3
- old
+ new
@@ -1,6 +1,10 @@
#!/usr/bin/env ruby
+if defined?(Bundler)
+ Bundler.require(:deploy)
+end
+
require 'rubygems'
require 'standup'
Standup.run_from_command_line
\ No newline at end of file