summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-06-26 14:29:54 +0100
committerLee Jarvis <lee@jarvis.co>2012-06-26 14:29:54 +0100
commitc91dfb3f66e877f579ed972376080f7abadd9282 (patch)
treed8e41169faa79d5386c3439386e70fb079c79d38 /slop.gemspec
parent88ff5ced41746c5a3990ae2830d59888bd106abb (diff)
downloadslop-c91dfb3f66e877f579ed972376080f7abadd9282.tar.gz
bump version and update changes (3.3.2)v3.3.2
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 0a41358..7039701 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.3.1'
+ s.version = '3.3.2'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'