class Deployinator::DeployinatorApp
Public Instance Methods
github_diff_url(params)
click to toggle source
# File lib/deployinator/app.rb, line 27 def github_diff_url(params) stack = params[:stack].intern gh_info = git_info_for_stack[stack] "https://#{which_github_host(stack)}/#{gh_info[:user]}/#{gh_info[:repository]}/compare/#{params[:r1]}...#{params[:r2]}" end