From 45b4d6b3f89c379d3a52dba28bb0aeb4e5eb8ef3 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Thu, 9 Aug 2007 15:13:28 +0000 Subject: [PATCH] fix rakefile local build issues git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@520 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- Rakefile | 2 +- lib/sup.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 41225eb..dd06bbc 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rubygems' require 'hoe' -require 'sup' +require './lib/sup' class Hoe def extra_deps; @extra_deps.reject { |x| Array(x).first == "hoe" } end diff --git a/lib/sup.rb b/lib/sup.rb index a6086bc..3bdab98 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -31,7 +31,7 @@ class Module end module Redwood - VERSION = "svn" + VERSION = "0" BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml") -- 2.43.0