summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-12-02 13:47:05 +0000
committerLee Jarvis <lee@jarvis.co>2010-12-02 13:47:05 +0000
commit96d513763219043900ba35db3eca3e25a435d170 (patch)
tree767a59a7986113c81479e0a0c5f3123654bab717
parentd856060c15acbfbaeb5a9213acbf30fc6a3aea0d (diff)
downloadslop-96d513763219043900ba35db3eca3e25a435d170.tar.gz
bump versionv0.1.5
-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 d599217..d1e710e 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -3,7 +3,7 @@ require 'set'
require 'slop/option'
class Slop
- VERSION = '0.1.4'
+ VERSION = '0.1.5'
# Raised when an option expects an argument and none is given
class MissingArgumentError < ArgumentError; end
diff --git a/slop.gemspec b/slop.gemspec
index c0f8f93..a6bd069 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '0.1.4'
+ s.version = '0.1.5'
s.summary = 'Option gathering made easy'
s.description = ''
s.author = 'Lee Jarvis'