converters/wordpress.rb missing require 'yaml' for to_yaml function. fixes #151.

This commit is contained in:
Gaute Hope 2010-04-07 11:20:40 +02:00 committed by Tom Preston-Werner
parent fa90573176
commit 2c542a652d
1 changed files with 1 additions and 0 deletions

View File

@ -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