summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-05-31 10:20:47 +0100
committerLee Jarvis <lee@jarvis.co>2012-05-31 10:20:47 +0100
commitb6bfaaf80b43ea8785994ba24e9d1ce865864dcc (patch)
tree4fb59c133d9ea91c0db57e866e9d089823064664 /slop.gemspec
parent3b04ea20ee0fadda23de641b7d63e284b3936751 (diff)
downloadslop-b6bfaaf80b43ea8785994ba24e9d1ce865864dcc.tar.gz
bump version 3.3.1v3.3.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 81a79d8..0a41358 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.3.0'
+ s.version = '3.3.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'