Sha256: a61dafbec891a10f471947ef8d1746f27a0f326ddc688b4fc5a2cca0fca06446
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
require 'rubygems' SPEC = Gem::Specification.new do |s| s.name = "postgres" s.version = %q{0.7.1} s.author = "Yukihiro Matsumoto, Eiji Matsumoto, Noboru Saitou" s.email = "noborus@netlab.jp" s.homepage = "http://www.postgresql.jp/interfaces/ruby/" s.autorequire = "postgres" s.platform = Gem::Platform::RUBY s.summary = "The extension library to access a PostgreSQL database from Ruby." s.extensions = %w{extconf.rb} s.files = Dir.glob('**/*') s.requirements = ["none"] s.require_paths = %w{.} s.required_ruby_version = %q{> 0.0.0} end if $0 == __FILE__ Gem::manage_gems Gem::Builder.new(spec).build end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postgres-0.7.1 | postgres-ruby.gemspec |