summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-08-29 20:47:34 +0100
committerLee Jarvis <lee@jarvis.co>2012-08-29 20:47:34 +0100
commit0760dd5a9d49d34daa3ea59a56e06d5586f09039 (patch)
treef400f94c65c5a22fd50565f7e9e4c458f25f1792 /slop.gemspec
parent480c0bca237974a5ef94cf5fe0fc5a47c7af7c1c (diff)
downloadslop-0760dd5a9d49d34daa3ea59a56e06d5586f09039.tar.gz
bump version to 3.3.3v3.3.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 7039701..db8352f 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.3.2'
+ s.version = '3.3.3'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'