Sha256: 8e9b994154b19d7a0fc77664eb0fe27e59b02a9dbf7507f7f092182031881e82

Contents?: true

Size: 241 Bytes

Versions: 131

Compression:

Stored size: 241 Bytes

Contents

# -*- ruby -*-

require 'pathname'

module Postgres

	VERSION = '0.8.1'

	gemdir = Pathname( __FILE__ ).dirname.parent
	readme = gemdir + 'README.txt'

	header, message = readme.read.split( /^== Description/m )
	abort( message.strip )

end

Version data entries

131 entries across 131 versions & 6 rubygems

Version Path
yugabytedb-ysql-0.7 misc/postgres/lib/postgres.rb
yugabytedb-ysql-0.6 misc/postgres/lib/postgres.rb
pg-1.6.0.rc1-x86_64-linux misc/postgres/lib/postgres.rb
pg-1.6.0.rc1-x86-mingw32 misc/postgres/lib/postgres.rb
pg-1.6.0.rc1-x64-mingw32 misc/postgres/lib/postgres.rb
pg-1.6.0.rc1-x64-mingw-ucrt misc/postgres/lib/postgres.rb
pg-1.6.0.rc1 misc/postgres/lib/postgres.rb
pg-1.5.9-x86-mingw32 misc/postgres/lib/postgres.rb
pg-1.5.9-x64-mingw32 misc/postgres/lib/postgres.rb
pg-1.5.9-x64-mingw-ucrt misc/postgres/lib/postgres.rb
pg-1.5.9 misc/postgres/lib/postgres.rb
pg-1.5.8-x64-mingw32 misc/postgres/lib/postgres.rb
pg-1.5.8-x64-mingw-ucrt misc/postgres/lib/postgres.rb
pg-1.5.8-x86-mingw32 misc/postgres/lib/postgres.rb
pg-1.5.8 misc/postgres/lib/postgres.rb
yugabytedb-ysql-0.5 misc/postgres/lib/postgres.rb
yugabytedb-ysql-0.4 misc/postgres/lib/postgres.rb
pg-1.5.7-x86-mingw32 misc/postgres/lib/postgres.rb
pg-1.5.7-x64-mingw32 misc/postgres/lib/postgres.rb
pg-1.5.7-x64-mingw-ucrt misc/postgres/lib/postgres.rb