diff options
author | Lee Jarvis <lee@jarvis.co> | 2012-01-27 01:53:16 +0000 |
---|---|---|
committer | Lee Jarvis <lee@jarvis.co> | 2012-01-27 01:53:16 +0000 |
commit | e77cd84e49aea7eb5383c1d59480c8aa39119f3b (patch) | |
tree | 3984cd2e2f5d935535ab8225f8341093cc073c9f | |
parent | 0c72dbb926183950810cf68cc7511f686667a410 (diff) | |
download | slop-e77cd84e49aea7eb5383c1d59480c8aa39119f3b.tar.gz |
bump version to 3.0.1v3.0.1
-rw-r--r-- | lib/slop.rb | 2 | ||||
-rw-r--r-- | slop.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/slop.rb b/lib/slop.rb index 23fb6bf..4681ef5 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -4,7 +4,7 @@ require 'slop/commands' class Slop include Enumerable - VERSION = '3.0.0' + VERSION = '3.0.1' # The main Error class, all Exception classes inherit from this class. class Error < StandardError; end diff --git a/slop.gemspec b/slop.gemspec index d8eba9b..632b17d 100644 --- a/slop.gemspec +++ b/slop.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'slop' - s.version = '3.0.0' + s.version = '3.0.1' s.summary = 'Option gathering made easy' s.description = 'A simple DSL for gathering options and parsing the command line' s.author = 'Lee Jarvis' |