summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-07-25 10:44:20 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-07-25 10:44:20 +0100
commit0e129304f622612f8b7f5b41f25fd5d5696702cc (patch)
tree8b01f8c768bb0f6381197d54898cd71f428692e5 /slop.gemspec
parent13d5fdda6b38fc586f1f59eead3a3b5543b40a19 (diff)
downloadslop-0e129304f622612f8b7f5b41f25fd5d5696702cc.tar.gz
bump version 3.4.6v3.4.6
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 c688729..9bb971e 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.5'
+ s.version = '3.4.6'
s.summary = 'Simple Lightweight Option Parsing'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'