summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-12-15 13:11:24 +0000
committerLee Jarvis <lee@jarvis.co>2010-12-15 13:11:24 +0000
commitf642f86dfb9995af7108f26bdcf6d032254ad782 (patch)
treed1b8ba3874b80372124ac4bf1586f5f7b8e7ff28 /slop.gemspec
parentd8f0f5f74e8c16c5afda29929eef0dea9a09bcc7 (diff)
downloadslop-f642f86dfb9995af7108f26bdcf6d032254ad782.tar.gz
bump versionv0.3.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 261ff88..b59c2d3 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '0.2.0'
+ s.version = '0.3.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'