lib/tasks/push.rb in dev-2.0.149 vs lib/tasks/push.rb in dev-2.0.150

- old
+ new

@@ -1,4 +1,6 @@ +puts __FILE__ if defined?(DEBUG) + desc 'performs a git push' task :push do Tasks.execute_task :push;end class Push < Array def update \ No newline at end of file