summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-14 21:54:55 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-14 21:54:55 +0000
commit7185ccccb53cf4c994ccd998acb4fa136e8cf02c (patch)
tree15a1dde0234a6add6c1d11bbe26daba1881005d5 /slop.gemspec
parentbbbf27a109dc40087a58c0d61c76e02b629c7fb7 (diff)
downloadslop-7185ccccb53cf4c994ccd998acb4fa136e8cf02c.tar.gz
bump version 3.4.3v3.4.3
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 047a619..1e7afa9 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.2'
+ s.version = '3.4.3'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'