Method: LibGems::Specification#authors

Defined in:
lib/libgems/specification.rb

#authorsObject

:attr_accessor: authors

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.



1259
# File 'lib/libgems/specification.rb', line 1259

array_attribute :authors