Sha256: abb83e1ea84cd07ff0aee4497ef45665f44c60d7ca4ab657dd5023b4371ba980

Contents?: true

Size: 796 Bytes

Versions: 1

Compression:

Stored size: 796 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'jdbc-postgresql/version'

Gem::Specification.new do |gem|
  gem.name          = "jdbc-postgresql"
  gem.version       = Jdbc::Postgresql::VERSION
  gem.authors       = ["Rodrigo Rosenfeld Rosas"]
  gem.email         = ["rr.rosas@gmail.com"]
  gem.description   = %q{Packages the jdbc official driver in a gem}
  gem.summary       = %q{PostgresSQL jdbc driver for JRuby}
  gem.homepage      = "https://github.com/rosenfeld/jdbc-postgresql"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jdbc-postgresql-9.2.1000 jdbc-postgresql.gemspec