lib/mysql2xxxx.rb in mysql2xxxx-0.0.2 vs lib/mysql2xxxx.rb in mysql2xxxx-0.0.3

- old
+ new

@@ -5,15 +5,15 @@ active_support/core_ext/string active_support/core_ext/hash }.each do |active_support_3_requirement| require active_support_3_requirement end if ::ActiveSupport::VERSION::MAJOR == 3 +require 'mysql2' module Mysql2xxxx autoload :JSON, 'mysql2xxxx/json' autoload :CSV, 'mysql2xxxx/csv' autoload :XML, 'mysql2xxxx/xml' autoload :Properties, 'mysql2xxxx/properties' - autoload :Client, 'mysql2xxxx/client' autoload :ExtraOutputs, 'mysql2xxxx/extra_outputs' autoload :Cli, 'mysql2xxxx/cli' end