authors()
public
The list of author names who
wrote this gem.
If you are providing multiple authors and multiple emails they
should be in the same order such that:
Hash[*spec.authors.zip(spec.emails).flatten]
Gives a hash of author name to email address.
# File lib/rubygems/specification.rb, line 882
def authors
@authors ||= []
end