bin/gitscape in gitscape-1.3.5 vs bin/gitscape in gitscape-1.3.6
- old
+ new
@@ -1,13 +1,9 @@
#!/usr/bin/env ruby
-begin
- require 'gitscape'
-rescue LoadError
- require 'rubygems'
- require "optparse"
- require 'gitscape'
-end
+require 'rubygems'
+require 'gitscape'
+require "optparse"
OVERVIEW = <<-EOS
gitscape perform git-related promotions in a consistent manner.