summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-02-10 11:44:15 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-02-10 11:46:56 +0000
commita0d6595cfedd070d0b5fe1725c031efa6b0384e6 (patch)
treeed2dd5127734e648be6d003b8ee143bd5994d68c /slop.gemspec
parent7d61f0f8f1f15d4fc984685bf0893eac5ed3f49d (diff)
downloadslop-a0d6595cfedd070d0b5fe1725c031efa6b0384e6.tar.gz
change summary
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/slop.gemspec b/slop.gemspec
index bae4e1c..b44cf31 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.name = 'slop'
s.version = '3.4.3'
- s.summary = 'Option gathering made easy'
+ s.summary = 'Simple Lightweight Option Parsing'
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://github.com/injekt/slop'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
- s.license = "MIT"
+ s.license = 'MIT'
s.required_ruby_version = '>= 1.8.7'