File yard-do-not-record-timestamps.diff of Package rubygem-yard
diff -ru yard-0.8.7.6.orig/templates/default/layout/html/footer.erb yard-0.8.7.6/templates/default/layout/html/footer.erb
--- yard-0.8.7.6.orig/templates/default/layout/html/footer.erb 2015-02-01 06:57:19.645038949 +0100
+++ yard-0.8.7.6/templates/default/layout/html/footer.erb 2015-02-01 06:57:48.165415016 +0100
@@ -1,5 +1,5 @@
<div id="footer">
- Generated on <%= Time.now.strftime("%c") %> by
+ Generated by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- <%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
+ <%= YARD::VERSION %>.
</div>