summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-12-08 10:34:48 +0000
committerLee Jarvis <lee@jarvis.co>2011-12-08 10:34:48 +0000
commite0d73ddc0def14db08cda1554dff36d79b0c280b (patch)
tree28e752209b2f0116f4e387343faa03b8432a6d62 /slop.gemspec
parente809835f4ec6d88ccadccdc98864c0dcf50fa0d9 (diff)
downloadslop-e0d73ddc0def14db08cda1554dff36d79b0c280b.tar.gz
bump version to 2.4.1v2.4.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 7d7b80d..b56961c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.4.0'
+ s.version = '2.4.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'