When you write a gemspec file, what is the practical difference, if any, between the summary and description fields?
They are used in different places. summary
is seen you do gem list -d
, while description
is seen on http://rubygems.org. Description "should be more detailed than summary" (http://guides.rubygems.org/specification-reference/), but in reality you see
s.description = s.summary
in .gemspec
s a lot.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With