summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-16 16:01:51 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-16 16:01:51 +0000
commitb56df026407e66c340126f45feb7d283a0bdd25f (patch)
tree67cec087d8f027ae598fa970691209281d4e9eee /slop.gemspec
parent6d200895630eb2d753244e497ac8da23b6a5d4d5 (diff)
downloadslop-b56df026407e66c340126f45feb7d283a0bdd25f.tar.gz
bump gemspec versions
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..4527d90 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'