summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-12-04 01:01:31 +0000
committerLee Jarvis <lee@jarvis.co>2010-12-04 01:01:31 +0000
commit450534c4a82f4b9b7d48ed76d1f5e80ebf5cc27a (patch)
treed1f864bf382073665329808faf15259db1956977
parentf80987b9c24935e5ede3d789113d3b0051302924 (diff)
downloadslop-450534c4a82f4b9b7d48ed76d1f5e80ebf5cc27a.tar.gz
bumped versionv0.1.6
-rw-r--r--lib/slop.rb2
-rw-r--r--slop.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index e83d82e..969a8dc 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -3,7 +3,7 @@ require 'set'
require 'slop/option'
class Slop
- VERSION = '0.1.5'
+ VERSION = '0.1.6'
# Raised when an option expects an argument and none is given
class MissingArgumentError < ArgumentError; end
diff --git a/slop.gemspec b/slop.gemspec
index a6bd069..3c8c9df 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '0.1.5'
+ s.version = '0.1.6'
s.summary = 'Option gathering made easy'
s.description = ''
s.author = 'Lee Jarvis'