# -*- encoding: utf-8 -*-
# stub: jruby-pg 0.1 java lib

Gem::Specification.new do |s|
  s.name = "jruby-pg".freeze
  s.version = "0.1".freeze
  s.platform = "java".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Charles Nutter".freeze, "John Shahid".freeze]
  s.date = "2017-05-09"
  s.description = "This file needs a translation of the English README. Pull requests, patches, or\nvolunteers gladly accepted.\n\nUntil such time, please accept my sincere apologies for not knowing Japanese.".freeze
  s.email = ["headius@headius.com".freeze, "jvshahid@gmail.com".freeze]
  s.extra_rdoc_files = ["Contributors.rdoc".freeze, "History.rdoc".freeze, "Manifest.txt".freeze, "README-OS_X.rdoc".freeze, "README-Windows.rdoc".freeze, "README.ja.rdoc".freeze, "README.rdoc".freeze, "POSTGRES".freeze, "LICENSE".freeze, "ext/gvl_wrappers.c".freeze, "ext/pg.c".freeze, "ext/pg_connection.c".freeze, "ext/pg_errors.c".freeze, "ext/pg_result.c".freeze]
  s.files = [".gemtest".freeze, "BSDL".freeze, "ChangeLog".freeze, "Contributors.rdoc".freeze, "History.rdoc".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "POSTGRES".freeze, "README-OS_X.rdoc".freeze, "README-Windows.rdoc".freeze, "README.ja.rdoc".freeze, "README.rdoc".freeze, "Rakefile".freeze, "Rakefile.cross".freeze, "ext/gvl_wrappers.c".freeze, "ext/pg.c".freeze, "ext/pg_connection.c".freeze, "ext/pg_errors.c".freeze, "ext/pg_result.c".freeze, "lib/pg.rb".freeze, "lib/pg/connection.rb".freeze, "lib/pg/constants.rb".freeze, "lib/pg/exceptions.rb".freeze, "lib/pg/result.rb".freeze, "lib/pg_ext.jar".freeze, "sample/array_insert.rb".freeze, "sample/async_api.rb".freeze, "sample/async_copyto.rb".freeze, "sample/async_mixed.rb".freeze, "sample/check_conn.rb".freeze, "sample/copyfrom.rb".freeze, "sample/copyto.rb".freeze, "sample/cursor.rb".freeze, "sample/disk_usage_report.rb".freeze, "sample/issue-119.rb".freeze, "sample/losample.rb".freeze, "sample/minimal-testcase.rb".freeze, "sample/notify_wait.rb".freeze, "sample/pg_statistics.rb".freeze, "sample/replication_monitor.rb".freeze, "sample/test_binary_values.rb".freeze, "sample/wal_shipper.rb".freeze, "sample/warehouse_partitions.rb".freeze, "spec/data/expected_trace.out".freeze, "spec/data/random_binary_data".freeze, "spec/lib/helpers.rb".freeze, "spec/pg/connection_spec.rb".freeze, "spec/pg/result_spec.rb".freeze, "spec/pg_spec.rb".freeze]
  s.homepage = "https://bitbucket.org/ged/ruby-pg".freeze
  s.licenses = ["BSD-2-Clause".freeze, "Ruby".freeze]
  s.rdoc_options = ["-f".freeze, "fivefish".freeze, "-t".freeze, "pg: The Ruby Interface to PostgreSQL".freeze, "-m".freeze, "README.rdoc".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "This file needs a translation of the English README".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<rake-compiler>.freeze, ["~> 0.9".freeze])
  s.add_development_dependency(%q<hoe>.freeze, ["~> 3.5.1".freeze])
  s.add_development_dependency(%q<hoe-deveiate>.freeze, ["~> 0.2".freeze])
  s.add_development_dependency(%q<hoe-bundler>.freeze, ["~> 1.0".freeze])
  s.add_development_dependency(%q<rdoc>.freeze, ["~> 4.0".freeze])
end