lib/sup.rb in sup-0.0.3 vs lib/sup.rb in sup-0.0.4

- old
+ new

@@ -11,10 +11,10 @@ raise "wrong id called on #{self.inspect}" end end module Redwood - VERSION = "0.0.3" + VERSION = "0.0.4" 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")