summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-12 17:33:26 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-12 17:33:26 +0100
commitaf03e0920693ff881f24e81136d09ba135f6bb44 (patch)
tree7f1b49a68223bf95179b7931a794a4f53dac6297 /slop.gemspec
parent8ec6bfa533d7cb6db257bec972f4184ea28af58d (diff)
downloadslop-af03e0920693ff881f24e81136d09ba135f6bb44.tar.gz
release version 1.8.0v1.8.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 686a0bc..bc77580 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.7.0'
+ s.version = '1.8.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'