summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-24 17:13:41 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-24 17:13:41 +0000
commit3718e9ba0cb2f6289016a3629948292cee042162 (patch)
tree442a323e2b7f385dde4c70343acff2f11116a43c /slop.gemspec
parent5ccdc644e919dd3685b8a14096cdcc9269f1f49d (diff)
downloadslop-3718e9ba0cb2f6289016a3629948292cee042162.tar.gz
bump slop version to 3.0.0 for releasev3.0.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 4527d90..d8eba9b 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.0.rc1'
+ s.version = '3.0.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'