]> git.cworth.org Git - sup/commitdiff
fix rakefile local build issues
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 9 Aug 2007 15:13:28 +0000 (15:13 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 9 Aug 2007 15:13:28 +0000 (15:13 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@520 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Rakefile
lib/sup.rb

index 41225eb9d781f8c61680aa0339fcff525cac2db2..dd06bbc025c8a18a857780fef6bebf28593df797 100644 (file)
--- 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
index a6086bca4085b296c90d8f69701d1577d5603dc0..3bdab982b7e73a3e10d09c5ab9f160bde59c2931 100644 (file)
@@ -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")