converters/wordpress.rb missing require 'yaml' for to_yaml function. fixes #151.
This commit is contained in:
parent
fa90573176
commit
2c542a652d
|
@ -1,6 +1,7 @@
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'sequel'
|
require 'sequel'
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
require 'yaml'
|
||||||
|
|
||||||
# NOTE: This converter requires Sequel and the MySQL gems.
|
# NOTE: This converter requires Sequel and the MySQL gems.
|
||||||
# The MySQL gem can be difficult to install on OS X. Once you have MySQL
|
# The MySQL gem can be difficult to install on OS X. Once you have MySQL
|
||||||
|
|
Loading…
Reference in New Issue