summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec5
1 files changed, 4 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index b14425d..1720e31 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,9 @@
+$:.unshift './lib'
+require 'slop'
+
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.6'
+ s.version = Slop::VERSION
s.summary = 'Simple Lightweight Option Parsing'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'