summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
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'