summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-15 08:38:33 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-15 08:38:33 +0100
commit1aab8125367756b53c068b2a322e6b25f4bbea9b (patch)
tree28eed7c2b2fc9d008cc8993b8e6ecd0aadf40fa9 /slop.gemspec
parent4ed3673f0d8606a320b1dfac4c2e2e20c712a9cb (diff)
downloadslop-1aab8125367756b53c068b2a322e6b25f4bbea9b.tar.gz
bump version to 1.9.0v1.9.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 bc77580..f45911c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.8.0'
+ s.version = '1.9.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'