summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-11-11 12:26:59 -0800
committerLee Jarvis <lee@jarvis.co>2011-11-11 12:26:59 -0800
commit6489e0c6418f05b9da57dc51fce197316e899785 (patch)
treeb9fc0863118b2a312c18e55c76debdaae77b9093 /slop.gemspec
parentdae1df0aff4fdc8c779cb32b0895f4d9c9abcdc9 (diff)
downloadslop-6489e0c6418f05b9da57dc51fce197316e899785.tar.gz
bump version to 2.3.1v2.3.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 16812a2..ed04362 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.3.0'
+ s.version = '2.3.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'