summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-13 19:13:39 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-13 19:13:39 +0000
commita6619e4fdfcd87f63e94d836a1324fa8e4b54277 (patch)
tree2ee379c5ff8521377689f2948ea8d4e130250171 /slop.gemspec
parent3c6ca28800bea305fbad540840d51d130860fad5 (diff)
downloadslop-a6619e4fdfcd87f63e94d836a1324fa8e4b54277.tar.gz
bump version 3.4.1v3.4.1
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 625bae0..67ef90c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.0'
+ s.version = '3.4.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'