commit 45b4d6b3f89c379d3a52dba28bb0aeb4e5eb8ef3
parent 308976503e542106b9820a7bb7d6d72750370661
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 9 Aug 2007 15:13:28 +0000
fix rakefile local build issues
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@520 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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")