From 06d9446ade6db13313780bbf4180965740455d2d Mon Sep 17 00:00:00 2001 From: Simon Griffee Date: Sun, 4 Dec 2011 23:35:36 +0100 Subject: [PATCH] Added missing require 'yaml', without which the TextPattern migrator script was failing. --- lib/jekyll/migrators/textpattern.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/jekyll/migrators/textpattern.rb b/lib/jekyll/migrators/textpattern.rb index 58634c48..3b370ed9 100644 --- a/lib/jekyll/migrators/textpattern.rb +++ b/lib/jekyll/migrators/textpattern.rb @@ -1,6 +1,7 @@ require 'rubygems' require 'sequel' require 'fileutils' +require 'yaml' # NOTE: This converter requires Sequel and the MySQL gems. # The MySQL gem can be difficult to install on OS X. Once you have MySQL