]> git.cworth.org Git - sup/commitdiff
various hoe/rakefile tweaks
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 12 Aug 2007 22:14:15 +0000 (22:14 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 12 Aug 2007 22:14:15 +0000 (22:14 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@525 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Rakefile
lib/sup.rb

index dd06bbc025c8a18a857780fef6bebf28593df797..e88e86c9740256a31e75f07c3e8070b1c040d832 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,8 @@
 
 require 'rubygems'
 require 'hoe'
-require './lib/sup'
+$:.unshift 'lib' # force loading from ./lib/ if it exists
+require 'sup'
 
 class Hoe
   def extra_deps; @extra_deps.reject { |x| Array(x).first == "hoe" } end
index 3bdab982b7e73a3e10d09c5ab9f160bde59c2931..311b401f142b8fdfaef9f4a306863808b6c68916 100644 (file)
@@ -31,7 +31,7 @@ class Module
 end
 
 module Redwood
-  VERSION = "0"
+  VERSION = "0.1"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")