summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-03-12 10:23:23 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-03-12 10:23:23 +0000
commite60be5c85e7309251a2a94a8551575a78beda02e (patch)
tree8dcd7b121f405f9e276eb62b0d81a1d3e63c29da
parent17f725b78974ee666dc56e640a955baa23d7e7f3 (diff)
downloadslop-3.4.4.tar.gz
bump version to 3.4.4v3.4.4
-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 9d9bc2c..1a835fc 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -4,7 +4,7 @@ require 'slop/commands'
class Slop
include Enumerable
- VERSION = '3.4.3'
+ VERSION = '3.4.4'
# The main Error class, all Exception classes inherit from this class.
class Error < StandardError; end
diff --git a/slop.gemspec b/slop.gemspec
index b44cf31..b80dd3c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.3'
+ s.version = '3.4.4'
s.summary = 'Simple Lightweight Option Parsing'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'