lib/deploy-context/deploy/ruby.rb in deploy-context-0.9.3 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.10.1

- old
+ new

@@ -41,10 +41,10 @@ puts "Waiting a little before installing" sleep(5) context.install if context.test_context_successful? puts "newer version installed successfully for #{context_name} and version #{GVB.version}" - minor_bump + patch_reset(context) else puts "newer version not installed for #{context_name} and version #{GVB.version}" exit 1 end end \ No newline at end of file