Sha256: d7dee951b574edca3d0b8b402283296bc3861da1502f8d79bbbee168da0902bf

Contents?: true

Size: 242 Bytes

Versions: 131

Compression:

Stored size: 242 Bytes

Contents

# -*- ruby -*-

require 'pathname'

module Pg

	VERSION = '0.8.0'

	gemdir = Pathname( __FILE__ ).dirname.parent.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/ruby-pg/lib/ruby/pg.rb
yugabytedb-ysql-0.6 misc/ruby-pg/lib/ruby/pg.rb
pg-1.6.0.rc1-x86_64-linux misc/ruby-pg/lib/ruby/pg.rb
pg-1.6.0.rc1-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.6.0.rc1-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.6.0.rc1-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.6.0.rc1 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.9-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.9-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.9-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.9 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.8-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.8-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.8-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.8 misc/ruby-pg/lib/ruby/pg.rb
yugabytedb-ysql-0.5 misc/ruby-pg/lib/ruby/pg.rb
yugabytedb-ysql-0.4 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.7-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.7-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.7-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb