lib/tasks/push.rb in dev-2.0.269 vs lib/tasks/push.rb in dev-2.0.270
- old
+ new
@@ -1,6 +1,4 @@
-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