Method: LibGems::Specification#summary
- Defined in:
- lib/libgems/specification.rb
#summary ⇒ Object
:attr_accessor: summary
A short summary of this gem’s description. Displayed in ‘gem list -d`.
The description should be more detailed than the summary. For example, you might wish to copy the entire README into the description.
As of SlimGems 1.3.2 newlines are no longer stripped.
1116 |
# File 'lib/libgems/specification.rb', line 1116 required_attribute :summary |