Sha256: fe35c5db5955ea69fe7267e2338b0653b4c130219f3aac6d9b3bd6d4d9059e20
Contents?: true
Size: 998 Bytes
Versions: 1
Compression:
Stored size: 998 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'] unless Dir.pwd == File.dirname(__FILE__) raise "git ls-files in current working dir: #{Dir.pwd} won't work cd '#{File.dirname(__FILE__)}' first" end 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jdbc-postgres-9.3.1103.1 | jdbc-postgres.gemspec |