summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-12-18 12:36:03 +0000
committerLee Jarvis <lee@jarvis.co>2011-12-18 12:36:03 +0000
commitb32aa260b0b19f4dbc8a3578694b071ba2f5436e (patch)
tree38d2dd460a0726e6c47cbfe9ebca1d960bd30f87 /slop.gemspec
parent43f5d3474efc0d05dee35c27dfeb6f8c42f538b1 (diff)
downloadslop-b32aa260b0b19f4dbc8a3578694b071ba2f5436e.tar.gz
bump version 2.4.2v2.4.2
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 b56961c..18e5493 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.4.1'
+ s.version = '2.4.2'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'