summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-06 22:34:23 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-06 22:34:23 +0100
commit677a956ba70c26302ec0133f80448ceb748736fb (patch)
treec2a3612cc63d1ce60fea3221b202daa6aae5a46f /slop.gemspec
parent42e46af9ee25c0643086f8e499c4014ccea1b0a7 (diff)
downloadslop-677a956ba70c26302ec0133f80448ceb748736fb.tar.gz
version 1.7.0v1.7.0
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 5bc44a6..686a0bc 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.6.1'
+ s.version = '1.7.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'