summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-14 17:56:29 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-14 17:56:29 +0000
commit6f027448095f69068f940fea25d5422042864395 (patch)
treedd9bee42a1f5f02005951dff04ad93429b7a43d3 /slop.gemspec
parentebc3e62ad26dec4caeda8ae692871454163a886f (diff)
downloadslop-6f027448095f69068f940fea25d5422042864395.tar.gz
bump release 3.4.2v3.4.2
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 67ef90c..047a619 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.1'
+ s.version = '3.4.2'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'