Sha256: 0a2da1bf3e0184b3853ab6c7b8353aadb00ba9798c38f8aa52e06a95125d8866

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 Bytes

Contents

unless RUBY_VERSION >= '1.9'
  $KCODE = 'U'
end
require 'active_support'
require 'active_support/version'
%w{
  active_support/core_ext/object
  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 'mysql'

module Mysql2xxxx
  autoload :JSON, 'mysql2xxxx/writer/json'
  autoload :CSV, 'mysql2xxxx/writer/csv'
  autoload :XML, 'mysql2xxxx/writer/xml'
  autoload :Writer, 'mysql2xxxx/writer'
  autoload :Properties, 'mysql2xxxx/properties'
  autoload :Cli, 'mysql2xxxx/cli'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mysql2xxxx-0.1.1 lib/mysql2xxxx.rb
mysql2xxxx-0.1.0 lib/mysql2xxxx.rb
mysql2xxxx-0.0.4 lib/mysql2xxxx.rb