summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-16 15:11:53 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-16 15:11:56 +0000
commitdfaf8150a4ab935a4f77db967f35285b73b35607 (patch)
treed003346577fabcacd9f718e03a3d861b6f933cfb /slop.gemspec
parentf61724d57d2b1bb5779557b127f66accd8166008 (diff)
downloadslop-dfaf8150a4ab935a4f77db967f35285b73b35607.tar.gz
bump gemspec version to 3.0.0-rc1
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 18e5493..df8f737 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.4.2'
+ s.version = '3.0.0-rc1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'