sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c336035ad6a125652a75138edfd7510ffd93708a
parent ffb53233649e0a424483ef31e8a36fd93e84741c
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Wed,  9 Nov 2011 20:43:25 +0100

Use correct date format for gem spec

Signed-off-by: Hamish Downer 

Diffstat:
M Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
@@ -38,7 +38,7 @@ require 'rake/gempackagetask.rb'
 spec = Gem::Specification.new do |s|
   s.name = %q{sup}
   s.version = SUP_VERSION
-  s.date = Time.now.to_s
+  s.date = Time.now.strftime "%Y-%m-%d"
   s.authors = ["William Morgan"]
   s.email = %q{wmorgan-sup@masanjin.net}
   s.summary = %q{A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.}