lib/view.rb in
runeblog-0.2.46
vs lib/view.rb in
runeblog-0.2.47
- old
+ new
@@ -57,8 +57,7 @@
def recent?(file) File.mtime(file) > File.mtime("#{self.dir()}/last_published") rescue true end
-
end