Sha256: 7ed2c015ed6baea1a94e966c9526cf52cb3d28bbdaef37877e4236e8198da191
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 Bytes
Contents
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 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mysql2xxxx-0.0.2 | lib/mysql2xxxx.rb |
mysql2xxxx-0.0.1 | lib/mysql2xxxx.rb |