def ask_author_details
        options = {}

        options[:author] = @task.ask_input "Enter project author:", :default => @global.config[:author]
        options[:author_uri] = @task.ask_input "Enter project author URI:", :default => @global.config[:author_uri]