sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 929789765c5152c037bb0882b7604ce0c039ee50
parent 974eb433f81cfa0619984a0f17640ddb01cbb3fb
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sun, 12 Aug 2007 22:14:15 +0000

various hoe/rakefile tweaks

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@525 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M Rakefile | 3 ++-
M lib/sup.rb | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git 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
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -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")