summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-05-15 16:54:25 +0100
committerLee Jarvis <lee@jarvis.co>2012-05-15 16:54:25 +0100
commitf20cc7abcb28df8258262934a7c1af24c9ce6be9 (patch)
treeb876f19461c50a30b7fdd73826f66780eb85332c /slop.gemspec
parent8e45cf9de2159498a484442e74e121d29aa64cc6 (diff)
downloadslop-f20cc7abcb28df8258262934a7c1af24c9ce6be9.tar.gz
bump version to 3.2.0v3.2.0
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 81f37b4..81ca2a3 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.1.1'
+ s.version = '3.2.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'