Sha256: 7b52180046159f60b96fa8d8923197f5b9cde0f10dd8569764728e2d2aee065f
Contents?: true
Size: 523 Bytes
Versions: 10
Compression:
Stored size: 523 Bytes
Contents
###################################################################### # GITHUB TASKS # ###################################################################### Capistrano::Configuration.instance(:must_exist).load do namespace :git do desc <<-DESC Opens the default browser so that you can view the commit that is currently on the specified environment. DESC task :browse do `open #{github_url}/tree/#{current_revision}` end end end
Version data entries
10 entries across 10 versions & 1 rubygems