summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-30 11:32:40 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-30 11:32:40 +0000
commitb7273e7353a8fe8d7586b1c0459c252ced433119 (patch)
treeb8f56c4cc9ea007b08aca7c961f53ff4ee61cdcd /slop.gemspec
parent62015f740a480f3ebde84a0f9e12a028867f8815 (diff)
downloadslop-b7273e7353a8fe8d7586b1c0459c252ced433119.tar.gz
bump version 3.0.3v3.0.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 9a1fbf1..f03762c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.2'
+ s.version = '3.0.3'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'