summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-05-14 16:50:57 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-05-14 16:50:57 +0100
commit59f4f0c3973d75ba6172dce93fa70c6bdbdafebe (patch)
tree289149514aea1ee7d91ca5714192f6b5d33ba033 /slop.gemspec
parenta3de1ddb2eb13f7f141bc809980e9308a91e019c (diff)
downloadslop-59f4f0c3973d75ba6172dce93fa70c6bdbdafebe.tar.gz
bump version to 3.4.5v3.4.5
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 6148cdc..c688729 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.4'
+ s.version = '3.4.5'
s.summary = 'Simple Lightweight Option Parsing'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'