summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-11-26 14:12:33 -0800
committerLee Jarvis <lee@jarvis.co>2011-11-26 14:12:33 -0800
commit7b81bf7fe4847c84ce162aa7734865184d585be2 (patch)
treeaf927ad9014f265a7469865c554bcaf6295faa10 /slop.gemspec
parentacd0a96d59e4299dc82f268785e68ba6ca0b0f2b (diff)
downloadslop-7b81bf7fe4847c84ce162aa7734865184d585be2.tar.gz
slop version 2.4.0v2.4.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 ed04362..7d7b80d 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.3.1'
+ s.version = '2.4.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'