class GemHadar
def version_push_task
def version_push_task namespace :version do desc "Push all versions to GIT_REMOTE=#{git_remote}" task :push do sh "git push #{git_remote} --tags" end end end
def version_push_task namespace :version do desc "Push all versions to GIT_REMOTE=#{git_remote}" task :push do sh "git push #{git_remote} --tags" end end end