summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-11-02 11:46:58 -0700
committerLee Jarvis <lee@jarvis.co>2011-11-02 11:46:58 -0700
commit05e97091fd01910409e513bae968357b053ffb64 (patch)
tree1a33fc74e19a1072710f6b820559963d749ba5ea /slop.gemspec
parent7fd26e14c5a3a1e74a5f5c828094580e325631f3 (diff)
downloadslop-05e97091fd01910409e513bae968357b053ffb64.tar.gz
bump gemspec version
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 e049d5d..82d4837 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.1.0'
+ s.version = '2.2.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'