lib/brief/apps.rb in brief-1.11.3 vs lib/brief/apps.rb in brief-1.11.4

- old
+ new

@@ -2,9 +2,13 @@ class Apps def self.default_path Brief.lib_root.join("..","apps") end + def self.home_apps_path + Brief.home.join("apps") + end + def self.search_paths paths = [default_path] if custom_path = ENV['BRIEF_APPS_PATH'] custom_path = custom_path.to_s.to_pathname