lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.3 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.4

- old
+ new

@@ -35,11 +35,11 @@ def ruby_cycle(context) context.clean context.build context.commit context.patch_bump - context.release - puts "Waiting a minue before installing" + context.release(true) + puts "Waiting a minute before installing" sleep(60) context.install if context.test_context_successful? puts "newer version installed successfully for #{context_name} and version #{GVB.version}" context.patch_bump \ No newline at end of file