How did I miss that? Required in 'haml'
authorelliottcable <[email protected]>
Thu, 26 Jun 2008 08:40:56 +0000 (26 00:40 -0800)
committerelliottcable <[email protected]>
Thu, 26 Jun 2008 08:40:56 +0000 (26 00:40 -0800)
lib/git-blog.rb

index 293c097..1330a18 100644 (file)
@@ -2,6 +2,7 @@ require 'fileutils'
 include FileUtils
 
 require 'git-blog/core'
+require 'haml'
 
 desc 'Setup the blog repository'
 task :initialize do