Sha256: e35ade9bd934d863eb21dbe9d68ef76b6536d796c5d8ff57b3ad84b7736591c0

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

module Jdbc
  module OrientDB
    VERSION = "1.0"
  end
end
if RUBY_PLATFORM =~ /java/
  require "orientdb-jdbc-#{Jdbc::OrientDB::VERSION}-SNAPSHOT.jar"
elsif $VERBOSE
  warn "jdbc-orientdb is only for use with JRuby"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jdbc-orientdb-1.0 lib/jdbc/orientdb.rb