summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-07-07 15:01:52 +0100
committerLee Jarvis <lee@jarvis.co>2011-07-07 15:01:52 +0100
commit3c10b06fd4dd3822cbf50629b17d2e1caa5cf6b2 (patch)
tree3d82f98999878bede1ed8010ddb50b2252bb811c /slop.gemspec
parentcfb284ec8d3fb4774ed52627892f5b49fcdf12dd (diff)
downloadslop-3c10b06fd4dd3822cbf50629b17d2e1caa5cf6b2.tar.gz
bump gemspec version to 2.0.0v2.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 06bebd6..7996d09 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.9.1'
+ s.version = '2.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'