lib/settings.rb in inqlude-0.0.4 vs lib/settings.rb in inqlude-0.0.5

- old
+ new

@@ -14,13 +14,23 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. class Settings + attr_accessor :offline + + def initialize + @offline = false + end + def manifest_path local_path "manifests" end + def data_path + File.expand_path('../../data',__FILE__) + end + def cache_dir local_dir "cache" end def version