From 031b5069786cc3b79e92d0e64eb4834117a185cc Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Thu, 2 Jun 2011 23:16:38 +0100 Subject: dont load slop in gemspec, manage version myself --- slop.gemspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'slop.gemspec') 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' -- cgit v1.2.1