summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-11-04 19:50:05 -0700
committerLee Jarvis <lee@jarvis.co>2011-11-04 19:50:05 -0700
commit940ebc55932bca6f48cd58efb3235e4bf4b8676c (patch)
tree5dc14e702d503f1eedf4381f2c28381e8fa9cd12 /slop.gemspec
parenta786e7b1bdf059fdf35d12f2b5d2c4ccbcbc1b10 (diff)
downloadslop-940ebc55932bca6f48cd58efb3235e4bf4b8676c.tar.gz
bump version to 2.3.0v2.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 82d4837..16812a2 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.2.0'
+ s.version = '2.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'