summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-04-24 11:08:53 +0100
committerLee Jarvis <lee@jarvis.co>2012-04-24 11:08:53 +0100
commitcfd16f9d0c80cffe9753bb874e371879fdfed280 (patch)
treee4f09ad3cbf2ca5641eb6fe8447dd462e1c59756 /slop.gemspec
parentac23e0212aad2cbcd206728e9f382896ad767e71 (diff)
downloadslop-cfd16f9d0c80cffe9753bb874e371879fdfed280.tar.gz
bump version 3.1.1v3.1.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 cffc354..81f37b4 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.1.0'
+ s.version = '3.1.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'