summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-16 09:28:46 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-16 09:28:46 +0100
commit54bf4230ed62a8f2d38421c7e10031ed742f714c (patch)
treec344f0d9522430de1a2dca8557ac3665b36b54c4 /slop.gemspec
parentc045025f23a00b463a0f51c1cbedd6dc39d352a4 (diff)
downloadslop-54bf4230ed62a8f2d38421c7e10031ed742f714c.tar.gz
bump version 1.9.1v1.9.1
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 f45911c..06bebd6 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.9.0'
+ s.version = '1.9.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'