Sha256: 793866d2beda97fe6e580603e273dba5b97248ca348ec5ca7a5f8d0cee21cbb5
Contents?: true
Size: 877 Bytes
Versions: 7
Compression:
Stored size: 877 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH << File.expand_path('../lib', __FILE__) require 'jdbc/postgres/version' Gem::Specification.new do |gem| gem.name = %q{jdbc-postgres} gem.version = Jdbc::Postgres::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-postgres' gem.licenses = ['BSD'] 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{JDBC driver for JRuby and PostgreSQL (used by ActiveRecord-JDBC).} gem.description = %q{Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` within JRuby to load the driver.} end
Version data entries
7 entries across 7 versions & 1 rubygems