Added yaml to requires

This commit is contained in:
Steven Harms 2010-06-09 10:13:43 -04:00
parent a4f3f5c583
commit 1fba2ef516
1 changed files with 1 additions and 0 deletions

View File

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