lib/sup.rb in sup-0.0.5 vs lib/sup.rb in sup-0.0.6

- old
+ new

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