summaryrefslogtreecommitdiff
path: root/slop.gemspec
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 /slop.gemspec
parent17f725b78974ee666dc56e640a955baa23d7e7f3 (diff)
downloadslop-e60be5c85e7309251a2a94a8551575a78beda02e.tar.gz
bump version to 3.4.4v3.4.4
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
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'