summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-02 23:16:38 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-02 23:16:38 +0100
commit031b5069786cc3b79e92d0e64eb4834117a185cc (patch)
tree1953745a4d404bbeb27129cced1539809930ab33 /slop.gemspec
parent6188a40fc8a1b7bb5ef08f50eb1c74cc37b8f264 (diff)
downloadslop-031b5069786cc3b79e92d0e64eb4834117a185cc.tar.gz
dont load slop in gemspec, manage version myself
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec5
1 files changed, 1 insertions, 4 deletions
diff --git a/slop.gemspec b/slop.gemspec
index 578a0dc..5bc44a6 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,9 +1,6 @@
-$:.push File.expand_path('../lib', __FILE__)
-require 'slop'
-
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = Slop::VERSION
+ s.version = '1.6.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'