lib/runeblog.rb in runeblog-0.1.83 vs lib/runeblog.rb in runeblog-0.1.84

- old
+ new

@@ -13,10 +13,10 @@ class RuneBlog DotDir = ".blogs" ConfigFile = "config" - GemData = RuneBlog::Path + "/../data" + GemData = RuneBlog::Path + "/../themes" make_exception(:FileNotFound, "File $1 was not found") make_exception(:BlogRepoAlreadyExists, "Blog repo $1 already exists") make_exception(:CantAssignView, "$1 is not a view") make_exception(:ViewAlreadyExists, "View $1 already exists")