lib/runeblog.rb in runeblog-0.0.57 vs lib/runeblog.rb in runeblog-0.0.58

- old
+ new

@@ -1,10 +1,10 @@ require 'find' require 'yaml' require 'livetext' class RuneBlog - VERSION = "0.0.57" + VERSION = "0.0.58" Path = File.expand_path(File.join(File.dirname(__FILE__))) DefaultData = Path + "/../data" BlogHeaderPath = DefaultData + "/custom/blog_header.html"