summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-12-08 11:17:42 +0000
committerLee Jarvis <lee@jarvis.co>2010-12-08 11:17:42 +0000
commit37d1254e304ed6a05cc6a4a39788fb3501f6e013 (patch)
treea51ec21004ba5bff8d38a264b242158e0df7ab73 /slop.gemspec
parent5dd9e9fa9d3a8c79c8f99562d9bbdfdd50b2da4f (diff)
downloadslop-37d1254e304ed6a05cc6a4a39788fb3501f6e013.tar.gz
added gemspec description
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index ede51f8..109adbc 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = 'slop'
s.version = '0.1.7'
s.summary = 'Option gathering made easy'
- s.description = ''
+ s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'
s.email = 'lee@jarvis.co'
s.homepage = 'http://rubydoc.info/github/injekt/slop'