class Gem::Tasks::SCM::Push
def define
Defines the `scm:push` task.
def define namespace :scm do task :push do status "Pushing commits ..." unless push! error "Could not push commits" end end end end
def define namespace :scm do task :push do status "Pushing commits ..." unless push! error "Could not push commits" end end end end