summaryrefslogtreecommitdiff
path: root/highline.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'highline.gemspec')
-rw-r--r--highline.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/highline.gemspec b/highline.gemspec
index 69dbc60..fc8e7f5 100644
--- a/highline.gemspec
+++ b/highline.gemspec
@@ -11,12 +11,12 @@ Gem::Specification.new do |spec|
spec.email = "james@graysoftinc.com"
spec.summary = "HighLine is a high-level command-line IO library."
- spec.description = <<END_DESC
+ spec.description = <<DESCRIPTION
A high-level IO library that provides validation, type conversion, and more for
command-line interfaces. HighLine also includes a complete menu system that can
crank out anything from simple list selection to complete shells with just
minutes of work.
-END_DESC
+DESCRIPTION
spec.homepage = "https://github.com/JEG2/highline"
spec.license = "Ruby"