class Jeweler::Tasks

def release_args

def release_args
  args = {}
  args[:remote] = ENV['REMOTE']
  args[:branch] = ENV['BRANCH']
  args[:local_branch] = ENV['LOCAL_BRANCH']
  args[:remote_branch] = ENV['REMOTE_BRANCH']
  args
end