Implement simple history.

This commit is contained in:
Tom Preston-Werner
2010-08-02 18:15:41 -06:00
parent 17278fcf09
commit e4fa888c38
7 changed files with 148 additions and 19 deletions
+3
View File
@@ -1,3 +1,6 @@
# stdlib
require 'digest/md5'
# external
require 'grit'
require 'github/markup'