summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-27 01:53:16 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-27 01:53:16 +0000
commite77cd84e49aea7eb5383c1d59480c8aa39119f3b (patch)
tree3984cd2e2f5d935535ab8225f8341093cc073c9f /slop.gemspec
parent0c72dbb926183950810cf68cc7511f686667a410 (diff)
downloadslop-e77cd84e49aea7eb5383c1d59480c8aa39119f3b.tar.gz
bump version to 3.0.1v3.0.1
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 d8eba9b..632b17d 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.0'
+ s.version = '3.0.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'