From 199386f7e5ed65dbb1eaa172bed4b3b55402bf9d Mon Sep 17 00:00:00 2001 From: wmorgan Date: Sat, 6 Jan 2007 04:39:10 +0000 Subject: [PATCH] updates to 0.0.5 git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@206 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup.rb | 2 +- www/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sup.rb b/lib/sup.rb index 452da68..abb5269 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -13,7 +13,7 @@ class Object end module Redwood - VERSION = "0.0.4" + VERSION = "0.0.5" BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml") diff --git a/www/index.html b/www/index.html index 89a58d4..58a2687 100644 --- a/www/index.html +++ b/www/index.html @@ -56,7 +56,7 @@ the philosophical statement.

Status

-

The current version of Sup is 0.0.4, released January 3rd, 2007. +

The current version of Sup is 0.0.5, released January 5th, 2007. This is a beta release. It is unix-centric and has no i18n support. It supports only mbox, mbox+ssh, and IMAP, not POP or GMail. I plan to fix all of these problems.

-- 2.43.0