summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-12-09 19:11:58 +0000
committerLee Jarvis <lee@jarvis.co>2010-12-09 19:11:58 +0000
commit3eb01255d88d77d9e09908e886fd9c3aadc44d0f (patch)
tree6311192492f4724b76c6a1425bbf475405a518cd /slop.gemspec
parentc71ff7b360e140c85023dc8f528c1ac39b03a0c8 (diff)
downloadslop-3eb01255d88d77d9e09908e886fd9c3aadc44d0f.tar.gz
bump versionv0.1.8
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 109adbc..da234c2 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '0.1.7'
+ s.version = '0.1.8'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'