Skip to content

Commit

Permalink
converters/wordpress.rb missing require 'yaml' for to_yaml function. f…
Browse files Browse the repository at this point in the history
…ixes jekyll#151.
  • Loading branch information
gauteh authored and mojombo committed Apr 21, 2010
1 parent fa90573 commit 2c542a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jekyll/migrators/wordpress.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
Expand Down

0 comments on commit 2c542a6

Please sign in to comment.