Skip to content

Commit

Permalink
bump version to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jarvis committed Aug 29, 2012
1 parent 480c0bc commit 0760dd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
@@ -1,5 +1,5 @@
HEAD 3.3.3 (2012-08-29)
---- ------------------


* Ensure autocreate arguments are not created as options (#77) * Ensure autocreate arguments are not created as options (#77)
* Ensure options are not swallowed when using short options with argument * Ensure options are not swallowed when using short options with argument
Expand Down
2 changes: 1 addition & 1 deletion lib/slop.rb
Expand Up @@ -4,7 +4,7 @@
class Slop class Slop
include Enumerable include Enumerable


VERSION = '3.3.2' VERSION = '3.3.3'


# The main Error class, all Exception classes inherit from this class. # The main Error class, all Exception classes inherit from this class.
class Error < StandardError; end class Error < StandardError; end
Expand Down
2 changes: 1 addition & 1 deletion slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'slop' s.name = 'slop'
s.version = '3.3.2' s.version = '3.3.3'
s.summary = 'Option gathering made easy' s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line' s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis' s.author = 'Lee Jarvis'
Expand Down

0 comments on commit 0760dd5

Please sign in to comment.