Sha256: 1c01f45cd3b8a3d27acbba449439b1a79f90c93431a3f9706fc88e4d58db6e58
Contents?: true
Size: 890 Bytes
Versions: 9
Compression:
Stored size: 890 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH << File.expand_path('../lib', __FILE__) require 'jdbc/sqlite3/version' Gem::Specification.new do |gem| gem.name = %q{jdbc-sqlite3} gem.version = Jdbc::SQLite3::VERSION gem.authors = ['Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors'] gem.email = ['nick@nicksieger.com', 'ola.bini@gmail.com', 'self@kares.org'] gem.homepage = 'http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-sqlite3' gem.licenses = ['Apache-2'] Dir.chdir(File.dirname(__FILE__)) { gem.files = `git ls-files`.split("\n") } gem.rdoc_options = ["--main", "README.md"] gem.require_paths = ["lib"] gem.summary = %q{SQLite3 for JRuby, includes SQLite native libraries as well as the JDBC driver.} gem.description = %q{Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within JRuby to load the driver.} end
Version data entries
9 entries across 9 versions & 1 rubygems