summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-08-03 23:22:18 +0100
committerLee Jarvis <lee@jarvis.co>2011-08-03 23:22:18 +0100
commit1c9062b42eddb767f463094dedd2b8b5798df560 (patch)
treea30d505d09d876d49ab7253b57a6fdc81934c369 /slop.gemspec
parent6e3017238dec326616ce51b6215120407085c4bd (diff)
downloadslop-1c9062b42eddb767f463094dedd2b8b5798df560.tar.gz
bump version 2.1.0v2.1.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 7996d09..e049d5d 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.0.0'
+ s.version = '2.1.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'