Rakefile in gen-hello-0.0.2 vs Rakefile in gen-hello-0.0.3

- old
+ new

@@ -2,9 +2,10 @@ require 'bundler/gem_tasks' module Bundler class GemHelper def gem_push(path) - sh("gem inabox '#{path}'") + p "BACON" + # sh("gem inabox '#{path}'") end end end