summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-31 02:20:35 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-31 02:20:35 +0000
commit4d40f5d623c96b7723ae59a7d8699944a7f75316 (patch)
tree4b67be1c8f873725d4df701e16e59982ab6ca3d5 /slop.gemspec
parent84f500364af4839e7c1bb580544824b230090eb8 (diff)
downloadslop-4d40f5d623c96b7723ae59a7d8699944a7f75316.tar.gz
updated changes and bumped 3.0.4 releasev3.0.4
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 f03762c..9e96056 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.3'
+ s.version = '3.0.4'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'