bin/zz in zzdeploy-0.1.2 vs bin/zz in zzdeploy-0.1.3
- old
+ new
@@ -1,12 +1,13 @@
#!/usr/bin/env ruby
#
-# ./zz - ZZ deploy
+# zz - ZZ deploy
+# this command is meant to be called after installed as a gem
#
-require 'rubygems'
-require "bundler/setup"
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
+require 'rubygems'
+#require "bundler/setup"
require 'zz_deploy'
exit_code = ZZDeploy.new.run
exit!(exit_code)