Sha256: a7d24e6636985cb36198c6f20f7f4e35230b2f422eb80b4795dc41174e170f86

Contents?: true

Size: 202 Bytes

Versions: 1

Compression:

Stored size: 202 Bytes

Contents

module Jdbc
  module H2
    VERSION = "1.3.153"
    VERSION = "1.3.154"
  end
end
if RUBY_PLATFORM =~ /java/
  require "h2-#{Jdbc::H2::VERSION}.jar"
else
  warn "jdbc-h2 is only for use with JRuby"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jdbc-h2-1.3.154 lib/jdbc/h2.rb