class ExtensionGenerator

def author_name

def author_name
  author_info['user.name'] || 'Your Name'
end