summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-04-23 11:29:59 +0100
committerLee Jarvis <lee@jarvis.co>2012-04-23 11:29:59 +0100
commit2356e8511c156bba4550e49892c17a3a7902c4b9 (patch)
tree216df9e55b70ad8845256ada22c25809fb6f3db2 /slop.gemspec
parent622e953bad4087311cf6760b49a0641b3323b573 (diff)
downloadslop-2356e8511c156bba4550e49892c17a3a7902c4b9.tar.gz
bump version and update readme (v 3.1.0)v3.1.0
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 1bc37ce..cffc354 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.4'
+ s.version = '3.1.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'