lib/sup.rb in sup-0.0.4 vs lib/sup.rb in sup-0.0.5
- old
+ new
@@ -11,11 +11,11 @@
raise "wrong id called on #{self.inspect}"
end
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")
SOURCE_FN = File.join(BASE_DIR, "sources.yaml")
LABEL_FN = File.join(BASE_DIR, "labels.txt")
@@ -103,10 +103,10 @@
:default => {
:name => "Your Name Here",
:email => "your.email.here@domain.tld",
:alternates => [],
:sendmail => "/usr/sbin/sendmail -oem -ti",
- :sig_file => File.join(ENV["HOME"], ".signature")
+ :signature => File.join(ENV["HOME"], ".signature")
}
},
:editor => ENV["EDITOR"] || "/usr/bin/vi",
}
begin