Sha256: 51d128ec11abe6bff569bb969679ded770798bb10dfed80bf625b5c708b931ba
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
module Jdbc module MySQL VERSION = "5.1.13" end end if RUBY_PLATFORM =~ /java/ require "mysql-connector-java-#{Jdbc::MySQL::VERSION}.jar" else warn "jdbc-mysql is only for use with JRuby" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jdbc-mysql-5.1.13 | lib/jdbc/mysql.rb |