Closed ktdreyer closed 8 years ago
The summary variable in the gemspec is intended to be a small bit of text that presents the purpose of the gem in a short "at a glance" format
summary
The description variable is a longer characterization of the gem.
description
The two settings were reversed in the gemspec, and this pull request flips them.
Coverage decreased (-0.04%) when pulling d528678fc04820f9edb4fa48cd74005cea12cd7f on ktdreyer:gemspec-summary-description into 34b803ff681882463152ffac04fc230480f9ecf1 on ryanong:master.
The
summary
variable in the gemspec is intended to be a small bit of text that presents the purpose of the gem in a short "at a glance" formatThe
description
variable is a longer characterization of the gem.The two settings were reversed in the gemspec, and this pull request flips them.