summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-27 01:59:36 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-27 01:59:36 +0000
commita7374247d49a382316bc339b19dba301b3b7e2b3 (patch)
treebf0b52990f71d02e05a03295d83d14383cb248b3 /slop.gemspec
parent2a73f2f3c262174ddf48b3028714d4a44d1bc601 (diff)
downloadslop-a7374247d49a382316bc339b19dba301b3b7e2b3.tar.gz
bump version 3.0.2v3.0.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 632b17d..9a1fbf1 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.1'
+ s.version = '3.0.2'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'