summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-16 15:14:51 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-16 15:14:51 +0000
commite011717a7c61e49340d8f14b070e9ab021117b4b (patch)
tree9d3757755fbd417b5bda8a64d47e848e5c7965b2 /slop.gemspec
parentdfaf8150a4ab935a4f77db967f35285b73b35607 (diff)
downloadslop-e011717a7c61e49340d8f14b070e9ab021117b4b.tar.gz
Revert "bump gemspec version to 3.0.0-rc1"
This reverts commit dfaf8150a4ab935a4f77db967f35285b73b35607.
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 df8f737..18e5493 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.0.0-rc1'
+ s.version = '2.4.2'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'